On Tue, Nov 06, 2007 at 02:19:26PM +0200, Justin Dingle wrote:
> I would first like to make an official apology if I am repeating a
> question in the mail archive. I have searched through the list and
> still cant find an answer to my
> question.
Probably because the answer is in the documentation.
> I have configured backuppc successfully on an openSUSE 10.2 OS using
> the smb protocol. I have configured my hosts and specified to backup
> C$ on my client machines.
> I also tested to see if i could backup a share besides c$. It also
> worked beautifully. Now, can you backup multiple shares on one host?
See the manual section under the $Conf{SmbShareName} header:
$Conf{SmbShareName} = 'C$';
Name of the host share that is backed up when using SMB. This can
be a string or an array of strings if there are multiple shares per
host. Examples:
$Conf{SmbShareName} = 'c'; # backup 'c' share
$Conf{SmbShareName} = ['c', 'd']; # backup 'c' and 'd' shares
Alternatively you can read the config file (usually
/etc/BackupPC/config.pl). It is well commented.
--
-- rouilj
John Rouillard
System Administrator
Renesys Corporation
603-643-9300 x 111
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
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/