On 11/08 12:47 , sudo_root wrote:
> As an example, I would like to backup folder temp on mycomputer1 (I can 
> access the folder with smb://computer1/c$/temp and backuppc can backup the C$ 
> on same computer).
> 
> I have tried with C$\temp etc but no dice.

I believe what you're looking for is 'BackupFilesOnly'.

>From config.pl:
#    $Conf{BackupFilesOnly} = {
#       'c' => ['/myFiles', '/important'],      # these are for 'c' share
#       '*' => ['/myFiles', '/important'],      # these are other shares
#    };

What you'll want for your example is something like:

$Conf{BackupFilesOnly} = {
        'C$' => ['\temp'],
}

NOTE that for SMB shares the '\' goes in the opposite direction compared to
an rsync share. (someone please correct me if this is no longer necessary).


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

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
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