On 01/24 12:25 , [EMAIL PROTECTED] wrote:
> That seems odd, but what I'd very much like to know is: is there a way 
> to back up multiple shares, where a given share doesn't exist on every 
> computer?

Set up per-host configuration files. Just create files in
/etc/backuppc/<hostname>.pl and place in them the variables you wish to
redefine for that host.

For instance, if you have a host named 'foo' in your hosts file, create a
file /etc/backuppc/foo.pl, with these contents:

$Conf{XferMethod} = 'rsyncd';
$Conf{RsyncShareName} = ['cDrive'];
$Conf{RsyncdUserName} = 'backuppc';
$Conf{RsyncdPasswd} = 'XXXXXXX';
$Conf{BackupFilesExclude} = ['*/Temporary?Internet?Files/*'];
$Conf{XferLogLevel} = 1;
## use these to restrict what gets backed up
$Conf{BackupFilesOnly} = {
       'cDrive' => ['/Documents and Settings']
       };
# uncomment this if you want to stop backing the box up.
#$Conf{FullPeriod} = -1;
#$Conf{EMailNotifyMinDays} = 30;


-- 
Carl Soderstrom
Systems Administrator
Real-Time Enterprises
www.real-time.com

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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