by Abu Ali.
Dear Ken;
Now a days, There are two sites are running on my server and both have different locations. i have given the commands of cron job according to their locations. cron jobs are running by using the same php line code that is one of the example
/usr/local/bin/ea-php73 /domain_path/admin/cli/cron.php >/dev/null 2>&1
/usr/local/bin/ea-php73 /domain_path/sub-directory/admin/cli/cron.php >/dev/null 2>&1
both are working fine because I have seen that in the schedule tasks all the task are updated.
you mention the destination path. I have given the destination path in the moodle site-adminstration-> Courses -> automated _backups.
Now a days, There are two sites are running on my server and both have different locations. i have given the commands of cron job according to their locations. cron jobs are running by using the same php line code that is one of the example
/usr/local/bin/ea-php73 /domain_path/admin/cli/cron.php >/dev/null 2>&1
/usr/local/bin/ea-php73 /domain_path/sub-directory/admin/cli/cron.php >/dev/null 2>&1
both are working fine because I have seen that in the schedule tasks all the task are updated.
you mention the destination path. I have given the destination path in the moodle site-adminstration-> Courses -> automated _backups.