admin level backups

kainarg

New member
Joined
Jan 2, 2008
Messages
1
Hi, I'm trying to setup weekly backups of all the domains in my server so I can then download them via FTP.
I used the admin level backup to a folder outside /home (to make sure I don't backup the backups) but now I can only access that folder as root, and root doesn't have FTP access.
Is there any way to make an admin level backup as another user so that I can download the backups??

Thanks

KainArg
 
Perhaps create a new user, give it unlimited quota, and use a cronjob running as root at the server level to move the backup tarball to the new user and change the ownership.

Then use FTP as the new user, to download the backups.

Jeff
 
Back
Top