Specify Backup Location
Specify Backup Location
Is there anyway to specifiy an alternative backup location, as I would like to store them on a separate drive, and not in the home directory.
Re: Specify Backup Location
Yes, you can change the backup location by managing symbolic link.
Code: Select all
rm -f /backup
ln -s /separate/backup/drive /backup
Re: Specify Backup Location
Never thought of that, works great.
Thanks
Thanks