PDA

View Full Version : Creating a Backup...


hostanet
08-03-2003, 12:13 PM
I was wondering when you create a backup if there is a way to change where it puts the backup file? Such as on another partition or other local hard drive?
Thanks!
John

DirectAdmin Support
08-03-2003, 12:57 PM
It's currently hard coded. For now, you could probably create a symbolic link to the new location:cd /home/username
mv backups /some/new/drive/backups/username
ln -s /some/new/drive/backups/username backupsJohn