We need admin backup to both the local and remote ftp

xuun

New member
Joined
Jan 13, 2010
Messages
3
You can just add a feature that create the backup files to the local first then transfer the backups to the remote via ftp.
 
Hello,

Did you try to use this feature: http://www.directadmin.com/features.php?id=951

Script to be run after each user tar.gz backup file is created, any format from any level.

/usr/local/directadmin/scripts/custom/user_backup_post.sh


variables:
username=joe
reseller=resellername
file=/path/to/the/user.tar.gz

to copy files to your place on local hdd before moving them to a remote FTP?
 
Back
Top