We have 3 Directadmin servers, and all 3 are configured identically. We have the backups scheduled to take place at 3am. We only recently moved from system backups to admin backups for convenience. The backups are failing on just one server.
Here are the facts:
- It's failed for 2 days running, the other 2 servers are working perfectly.
- The backup directory is empty, no files were created. No message was sent via the messaging system (messages are sent on the other 2 working servers).
- A manual backup triggered via the admin console, rather than cron, DOES create the files and sends the message when the job is completed.
- Cron is running, all other cron jobs are run correctly.
- In /var/log/cron.1 today I see this (so it did run):
Aug 5 03:00:00 server1 CROND[17173]: (diradmin) CMD (echo -e "action=backup&id=1&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600 /usr/local/directadmin/data/task.queue.da)
- All error.log and errortaskq.log files are empty, no errors reported.
I've run out of ideas. How can I debug this?
Here are the facts:
- It's failed for 2 days running, the other 2 servers are working perfectly.
- The backup directory is empty, no files were created. No message was sent via the messaging system (messages are sent on the other 2 working servers).
- A manual backup triggered via the admin console, rather than cron, DOES create the files and sends the message when the job is completed.
- Cron is running, all other cron jobs are run correctly.
- In /var/log/cron.1 today I see this (so it did run):
Aug 5 03:00:00 server1 CROND[17173]: (diradmin) CMD (echo -e "action=backup&id=1&owner=admin" >> /usr/local/directadmin/data/task.queue.da; /bin/chmod 600 /usr/local/directadmin/data/task.queue.da)
- All error.log and errortaskq.log files are empty, no errors reported.
I've run out of ideas. How can I debug this?