BackupPC-users

Re: [BackupPC-users] Configure TopDir per pc

2008-12-03 18:50:29
Subject: Re: [BackupPC-users] Configure TopDir per pc
From: "Jeffrey J. Kosowsky" <backuppc AT kosowsky DOT org>
To: madams9 AT msn DOT com, "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Wed, 03 Dec 2008 18:48:42 -0500
Mark Adams wrote at about 16:39:35 -0700 on Wednesday, December 3, 2008:
 > Hi there, me again.
 > 
 > I have several machines I would like to backup with BackupPC, but the 
 > server is a humble box with several installed hard discs -- nothing fancy.
 > 
 > I need to backup each client machine to a different hard drive on the 
 > server.  I have one client configured and it tries to backup my 16 GB of 
 > data, but fails because TopDir is configured for /var/lib/bacuppc in my 
 > /etc/backuppc/config.pl file and there simply isn't enough room for the 
 > data there.  My reading of the docs says that I should be able to 
 > configure TopDir in the client.pl file under 
 > /var/lib/backuppc/pc/<client>/<client>.pl.  I have done this:
 > 
 > # cat /var/lib/backuppc/pc/<client>/<client>.pl
 > $Conf{TopDir} = '/mnt/attic/spike_images';
 > $Conf{XferMethod} = 'rsync';
 > $Conf{BackupFilesExclude} = ['/floppy'];
 > $Conf{BackupFilesOnly} = ['/mnt/spike/images', '/mnt/spike/photos'];
 > $Conf{ClientNameAlias} = '192.168.xxx.xxx';
 > 
 > But it doesn't seem to make any difference. How can I set a TopDir per pc?
 > 

I don't believe it is possible.
Also, since you say you are doing this because you are short of space,
I assume you would like to split TopDir among different
disks/partitions.
But then you would be defeating the ability to pool common files
across machines. If you really want completely separate and
independent TopDirs (including independent pool) then you might as
well run separate setups & copies of BackupPC.

Alternatively, you might want to look into LVM which will allow you to
have a single filesystem spread across multiple disks.

-------------------------------------------------------------------------
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
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/

<Prev in Thread] Current Thread [Next in Thread>