Backup not working

Have you checked Messages in DirectAdmin for any backup related errors?

If backing up remotely, have you verified the remote backup location is accessible and working properly?
 
@hmaddy when you run manually it works? if yes - its cron issue.
depends on OS:
systemctl status crond
or
systemctl status cron
or
service crond status
 
cron is working fine.

systemctl status crond
● crond.service - Command Scheduler
Loaded: loaded (/usr/lib/systemd/system/crond.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2023-01-31 19:49:04 IST; 2 months 15 days ago
Main PID: 9493 (crond)
CGroup: /system.slice/crond.service
└─9493 /usr/sbin/crond -n
 
so check logs, was your task started or not? also check cron task - maybe it configured wrong (to run once a year or so)
 
when you run backup manually it works?
check cron logs, was your task started or not?
 
Back
Top