# AbeBooks Upload Cron Entry # # This script should run every 5 minutes to upload new books to AbeBooks # # To add this to your crontab, run: crontab -e # Then add this line: */5 * * * * /usr/bin/php /var/www/html/crons/upload_to_abebooks.php >> /var/www/html/logs/upload_to_abebooks.log 2>&1 # Note: This replaces the upload functionality that was previously in abebooks_smart_sync.php # The smart sync script now only handles deletions and runs every minute