BackupPC-users

Re: [BackupPC-users] When will backuppc begin pooling?

2009-02-13 04:12:36
Subject: Re: [BackupPC-users] When will backuppc begin pooling?
From: Brian Woodworth <bwoodworth AT gmail DOT com>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Fri, 13 Feb 2009 01:08:52 -0800
that worked like a charm!  i created a symlink to my array where my backups are stored and backuppc is pooling like it should be now.  Thanks to everyone who helped me solve this!

On Thu, Feb 12, 2009 at 11:50 PM, Adam Goryachev <mailinglists AT websitemanagers.com DOT au> wrote:
-----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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/



--
Brian Woodworth
bwoodworth AT gmail DOT com
------------------------------------------------------------------------------
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/