H hmaddy Verified User Joined Apr 17, 2019 Messages 292 Apr 17, 2023 #1 scheduled backup not working.
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,468 Location UA Apr 17, 2023 #2 What errors in logs? Cron daemon running?
H hmaddy Verified User Joined Apr 17, 2019 Messages 292 Apr 17, 2023 #3 Zhenyapan said: What errors in logs? Cron daemon running? Click to expand... how to check it
SimpleSonic Verified User Joined Dec 22, 2022 Messages 27 Apr 17, 2023 #4 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?
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?
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,468 Location UA Apr 17, 2023 #5 @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
@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
H hmaddy Verified User Joined Apr 17, 2019 Messages 292 Apr 17, 2023 #6 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
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
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,468 Location UA Apr 18, 2023 #7 so check logs, was your task started or not? also check cron task - maybe it configured wrong (to run once a year or so)
so check logs, was your task started or not? also check cron task - maybe it configured wrong (to run once a year or so)
H hmaddy Verified User Joined Apr 17, 2019 Messages 292 Apr 18, 2023 #8 no error msgs on directadmin and its local backup only.
Zhenyapan Verified User Joined Feb 23, 2018 Messages 2,468 Location UA Apr 18, 2023 #9 when you run backup manually it works? check cron logs, was your task started or not?
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,731 Location www.poralix.com Apr 18, 2023 #10 Hello, hmaddy said: scheduled backup not working. Click to expand... Try and fix permissions: Code: /usr/local/directadmin/scripts/set_permissions.sh da_files it was a fix for another reported case.
Hello, hmaddy said: scheduled backup not working. Click to expand... Try and fix permissions: Code: /usr/local/directadmin/scripts/set_permissions.sh da_files it was a fix for another reported case.