-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian Woodworth wrote:
> That's unfortunate.  I can't just mount my array there as it is
> basically my NAS that use to store all of my media.  It sounds like I
> will have to go without pooling if I want to back up to another location
> other than /var/lib/backuppc

Actually, not quite, any of the following should work:
1) mkdir /media/backups;chown backuppc.backuppc /media/backups;mv
/var/lib/backuppc/* /media/backups/;ln -s /media/backups /var/lib/backuppc
This will put the pool, pc, etc dirs onto /media/backups, and then
symlink /var/lib/backuppc to /media/backups. This should work, without
needing to modify TopDir/etc... put them all back as they were. Just be
careful when upgrading the package it doesn't remove the symlink in the
future.

2) http://linux.die.net/man/8/mount
[quote]
Since Linux 2.4.0 it is possible to remount part of the file hierarchy
somewhere else. The call is
    mount --bind olddir newdir

In your case: "mount --bind /media/backups /var/lib/backuppc"

I'm sure there are other methods as well, just search the mailing list,
the wiki, etc for TopDir....

Hope that helps.

Regards,
Adam

- --
Adam Goryachev
Website Managers
www.websitemanagers.com.au
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmVJk0ACgkQGyoxogrTyiWRDgCgrwzvxPl2LfbrgS2xgirZqtLK
+6wAoLKlAeiP/EFkKehT3Lj1h/7wz/jU
=+EHm
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to