BackupPC-users

Re: [BackupPC-users] How to exclude this directories?

2011-02-17 02:22:03
Subject: Re: [BackupPC-users] How to exclude this directories?
From: "Boniforti Flavio" <flavio AT piramide DOT ch>
To: "General list for user discussion, questions and support" <backuppc-users AT lists.sourceforge DOT net>
Date: Thu, 17 Feb 2011 08:19:19 +0100
> This is a VERY common misconfiguration.  The excludes (and 
> includes) are of the format:
> 
>     'ShareName' => [ 'Exclusion1', 'Exclusion2' ]
> 
> So your config should probably look like this:
> 
>     $Conf{BackupFilesExclude} = {
>       'D' => [
>         '/scanner pubblico',
>         '/scanner privato'
>       ]
>     };
>     $Conf{RsyncShareName} = [
>       'D'
>     ];

Indeed it *is* a misconfiguration, every time! :-)

Now it's fine, thanks!

F.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
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>