> I would like
> to be able to use different transport methods for different
> filesystems on different hosts.
This is extremely easy to do. Put your 'default' settings in config.pl and
create a 'per-PC' config file to specify settings that are unique to a
particular host.
So, in config.pl, set:
$Conf{XferMethod} = 'smb';
Then, create a pc3.pl file and set
$Conf{XferMethod} = 'tar';
If you're using the Debian packages, this new file should be put into the
/etc/backuppc/ directory, alongside config.pl
All that needs to be in the pc3.pl file are the settings you need to be
different. No need to specify all the settings that are already defined
properly in config.pl
Hope that helps!
Justin Best
503.906.7611 Voice
561.828.0496 Fax
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
BackupPC-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/