Re: [BackupPC-users] Change default pool

2007-07-27 Thread Lee A. Connell
I get this error when trying to restore a file. Can't get rsync digests from /mnt/data/backuppc/pc/swbmail/174/fExchange/fTuesday-Exchange.bkf Is there a way to manually rsync copy this file to get around this issue? This is a very important backup file that I need. --

Re: [BackupPC-users] Change default pool

2007-07-27 Thread Barry Robinson
You must move the current directory then soft link it. Eg. mv /var/lib/backuppc /newpath ln -s /newpath/backuppc /var/lib/backuppc Check that it was correct with ls -lh /var/lib it shoud show backuppc --> /newpath/backuppc On 7/27/07, FleX <[EMAIL PROTECTED]> wrote: > > How can I change defa

Re: [BackupPC-users] Change default pool

2007-07-27 Thread Nils Breunese (Lemonbit)
FleX wrote: How can I change default pool directory ? I don't find thise option into config.pl and I create a symbolic link in /var/lib/backuppc/pc/ . I think that it's no the best solution (even if it works) , Can you suggest me the right solution ? It actually is the best solution, unless

[BackupPC-users] Change default pool

2007-07-27 Thread FleX
How can I change default pool directory ? I don't find thise option into config.pl and I create a symbolic link in /var/lib/backuppc/pc/ . I think that it's no the best solution (even if it works) , Can you suggest me the right solution ? -- Best FleX --