Bob253builder09
New member
0
0%
8
Months of Service
0%
I have 6 Cron tasks files that need to be executed. The script has provided me with these files. It simply instructs me to run these as Cron. I am confused and need help to understand. Can you please assist? Here are the Cron commands for the files:
1. 0 0 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1
2. 0 0 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1
3. 0 * * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
4. 0 0 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/downgrade_accounts.cron.php >> /dev/null 2>&1
5. */5 * * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
6. 0 1 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/create_email_notifications.cron.php >> /dev/null 2>&1
I would appreciate any guidance you can provide in setting up these Cron tasks correctly.
1. 0 0 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/auto_prune.cron.php >> /dev/null 2>&1
2. 0 0 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/create_internal_notifications.cron.php >> /dev/null 2>&1
3. 0 * * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/delete_redundant_files.cron.php >> /dev/null 2>&1
4. 0 0 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/downgrade_accounts.cron.php >> /dev/null 2>&1
5. */5 * * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/process_file_queue.cron.php >> /dev/null 2>&1
6. 0 1 * * * php /var/www/vhosts/site.xyz/httpdocs/admin/tasks/create_email_notifications.cron.php >> /dev/null 2>&1
I would appreciate any guidance you can provide in setting up these Cron tasks correctly.