Closed franciscopaniskaseker closed 3 years ago
The cronjob
0 3 * * * root /usr/local/CyberCP/bin/python /usr/local/CyberCP/plogical/backupScheduleLocal.py
if removed (for any reason) and you try to schedule a new backup, cyberpanel will not guarantee if the cronjob is there. It can hide from user the correctly backup configuration. No backups will be created without the cronjob.
This has been fixed for awhile pretty sure by this https://github.com/usmannasir/cyberpanel/blob/stable/plogical/upgrade.py#L2357-L2411
The cronjob
if removed (for any reason) and you try to schedule a new backup, cyberpanel will not guarantee if the cronjob is there. It can hide from user the correctly backup configuration. No backups will be created without the cronjob.