اینم یه روش دیگه
خود cpanel --help برنی میاد این جزییات رو
As previously mentioned, log into SSH as root and type 'crontab -e'.
Inside crontab, you want to modify the default cpbackup line (01:00):
0 1 * * * /scripts/cpbackup
For example, if you wanted to run it at 02:30 instead, the new value would be:
30 2 * * * /scripts/cpbackup