Backup Cron Jobs Problem

phpempire

Verified User
Joined
Jun 22, 2009
Messages
19
Hello everyone.
we write a Bash Script Create Manauly backup.conf and backup_crons.list on /usr/local/directadmin/data/admin system path.
backup added on directadmin but Cron jobs dont work we guess need to change another cronjobs file to run backup.
please tell me witch file changes with directadmin set a new cronjobs backup.
realy thanks.
 
Manually editing the backup_crons.list is not sufficient, as you'd be missing the actual crontab entry.Check:
Code:
crontab -u diradmin -l
as the cron needs to be added there to trigger the use of the data in the backup_crons.list file.John
 
I have an issue on multiple servers where

crontab -u diradmin -l

is not in sync with what is in backup_crons.list BUT backup_crons.list was never edited manually. It was only set via the control panel interface.

Any ideas how they got out of sync?
 
Same problem here, backup_crons.list is not in sync with crontab.

This synchronization was lost after restoring a backup of the "admin" account to a new server. It appears that there is a bug in the backup restoration script, where the cronjob is not recreated according to the data in the backup_crons.list file.

Setup: CloudLinux 8.3 / DA v1.61.5

@DirectAdmin Support , please can you confirm? Tks
 
Back
Top