Admin_backup.sh is not there (anymore) ?

gjvdheuvel

Verified User
Joined
May 25, 2016
Messages
18
I have an issue where users can do a backup and it works fine. Nice .ztsd backup, fast and good.
Cron adminbackups fail saying the directory is not there, it is, so it seemed like a permissions issue.
I tried to take a look, and I remember we always had admin_backup.sh doing the admin backups .. but it is gone?

Am I missing something, did this change in the latest DirectAdmin setups ?
 
Last edited:
  • Version 1.699
  • legacy-handler runs as nobody
  • Creates /home/admin/admin_backups/<user>/ owned by <user>:<user>
  • Then fails because nobody can't write into it
  • Error: Backup::create_backup_domain_dir: did not exist. This shouldn't happen.
 
Back
Top