Tim Hall wrote:

> My rsyncsharename = /mnt/wkm_main/vol1
> and I'm trying to exclude a sub-directory
> of Email.
>
> Exact setting right now is
> BackupFilesExclude = '/mnt/wkm_main/vol1/Email'
> (I'm using the single quotes)

The dir you exclude should be relative to the share.


$Conf{BackupFilesExclude} = {
        '/mnt/wkm_main/vol1' => ['/Email'],
};


If you want to exclude the Email directory for all shares that don't  
have a specific entry you can use:


$Conf{BackupFilesExclude} = {
        '*' => ['/Email'],
};


Nils Breunese.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
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