Backup Time

It looks like the backup schedule defaults to 12 UTC. That is 7:00 am where I live. How do I change that to run at a different time?

Thanks!

You can change time for backup run time in root cron job file.

Type your comment> @usmannasir said:

You can change time for backup run time in root cron job file.

Ok, thanks!

@usmannasir said:
You can change time for backup run time in root cron job file.

You are doing a great job by the way! Very impressed with the project! Backups are even better than cpanel. Love how it supports remote restore.

Type your comment> @usmannasir said:

You can change time for backup run time in root cron job file.

Do you mean this file /etc/crontab/ ? I see this but I don’t think this is for the backup job.

17 * * * * root cd / && run-parts --report /etc/cron.hourly

I guess another option is to change my system timezone and leave cron. Just not sure where it is set at.

How can I change to UTC+8 for the backup file. Now the time is chaos when file start and stored. When I check the file name it’s UTC time, some times inconsistent with the Cyberpanel backup info. And when I check with file manager, it’s stored at another time UTC+8.

#vi /usr/local/CyberCP/CyberCP/settings.py

TIME_ZONE = ‘UTC’
=>
TIME_ZONE = ‘Your Timezone’

#systemctl restart lscpd