On 6/17/2013 2:30 PM, [email protected] wrote: > > I was able to make it work with the following config: > $Conf{RsyncShareName} = [ > '/home', > '/root' > ]; > $Conf{BackupFilesExclude} = { > '/home' => [ > '*/.VirtualBox/Machines', > '*/Downloads', > 'virt_admin/Machines' > ] > }; > > thanks for all the help
I don't think the '*/' is required, but the syntax for the exclusions tends to be picky and depends on the transfer method, so if it's working, you should probably just leave it alone. :) -- Bowie ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ 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/
