Steve Blackwell wrote:
> Also, though I'm not 100% sure about this, 
>
> $Conf{BackupFilesExclude} = {
>     '*' => [
> ...
>
> should be 
>
> $Conf{BackupFilesExclude} = {
>     '/raid1' => [
> ...
>   

Both of these are correct.  The first will apply the exclusion to all of
your shares, while the second will only apply the exclusion to the
"/raid1" share.

Note that if you use the second format, you need to be sure that the
sharename ("/raid1" in this case) matches exactly with what you
specified for the (Rsync|Tar|Smb)ShareName.

-- 
Bowie

------------------------------------------------------------------------------

_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to