PDA

View Full Version : Small Problem with backuppc


olemadsen82
July 28th, 2006, 02:46 AM
Hi.



Im trying to figure out how to change the server Backup Path ( default var/lib/backuppc/*host* ).

I would like to do this on a client basis, I mean so that different users backup to different disks. I have a lot of data being backed up so I need to mount som nas disk to ubuntu. And there fore need to be able to choose different disks.



Thanks a lot.

olemadsen82
August 3rd, 2006, 08:39 AM
Is there really no way to do this?

denni
August 5th, 2006, 04:02 PM
Is there really no way to do this?

edit /usr/share/backuppc/lib/BackupPC/Lib.pm

TopDir => $topDir || '/path/to_new_bacup_dir'

/etc/init.d/backuppc reload

steveM49
August 5th, 2006, 06:03 PM
The author recommends that you use a link between the default location and your desired location.

denni
August 7th, 2006, 09:01 AM
it is another way to reach same goal

denni
August 7th, 2006, 09:06 AM
did see this somware on the net and it did work for me