Michael Cockrell wrote:
> Hi all,
>
> Installed backuppc, was working great. Decided to move it to a faster
> server. Installed program, moved over config files. The backups were stored
> on a NAS device. They are still there but backuppc no longer sees them. Is
> there something I forgot to move over?
>
> Thanks
> michael
>   

Hi.
Even if u can set ${TopDir} options in cgi panel,
some version of BackupPC (<= 3.0) reads backup file from
/var/lib/backuppc directory.
So, if u want ur backup file on a NAS device, try to bind-mount
/var/lib/backuppc to that
device filesystem.
 Eg:   

        # mount --bind /path/to/nas/device/directory  /var/lib/backuppc 

of in /etc/fstab

        /path/to/nas/device/directory /var/lib/backuppc none bind  0   0


Hope this help.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
BackupPC-users mailing list
[email protected]
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to