BackupPC-users

Re: [BackupPC-users] exclude not working

2010-05-12 12:51:40
Subject: Re: [BackupPC-users] exclude not working
From: Bowie Bailey <Bowie_Bailey AT BUC DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Wed, 12 May 2010 12:49:47 -0400
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 AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>