On 03/07 09:58 , Chris Willard wrote: > I have just installed BackupPC on my Debian system using the package > manager. I was not given a choice of where to install the backups. Is > there a way to change to location as I would like to use a separate disk > for backups. Would it work if I moved the data from the current location > and then used a symbolic link?
yes, that would work. why not just mount your other disk on /var/lib/backuppc tho? (That's what I do). alternatively, if you want to consolidate this with other data on your other disk (and that's why you're avoiding createing a new partition for it); use a bind mount. consult 'man mount' the basic syntax is: mount --bind olddir newdir you can put this in your /etc/fstab file as well. -- Carl Soderstrom Systems Administrator Real-Time Enterprises www.real-time.com ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ BackupPC-users mailing list BackupPC-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/backuppc-users http://backuppc.sourceforge.net/