Re: [BackupPC-users] Can't exclude a dir (Rsync Backup)

2008-04-16 Thread Tim Hall
thx - update to this old post.  I managed to find my problem
the issues was mostly me being new to the backuppc program.
My exludes looked right on the cgi interface but when I went
into the config files for each host the syntax was incorrect
for my exlude statements.

resolved.  thanks for the help all.

 On 3/5/2008 at 9:16 PM, in message [EMAIL PROTECTED], Craig
Barratt [EMAIL PROTECTED] wrote:
 Tim writes:
 
 I'm using Rync xfer method. From my config here
 is the RsyncShareName  = /mnt/wkm_main/vol1
 
 and here is what I'm trying to exclude
 BackupFilesExclude  = ['/mnt/wkm_main/vol1/Email'];
 
 The exclude should be relative to the share, so
 you need:
 
 BackupFilesExclude  = ['/Email'];
 
 Craig


-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
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/


Re: [BackupPC-users] Can't exclude a dir (Rsync Backup)

2008-03-05 Thread Craig Barratt
Tim writes:

 I'm using Rync xfer method. From my config here
 is the RsyncShareName  = /mnt/wkm_main/vol1
 
 and here is what I'm trying to exclude
 BackupFilesExclude  = ['/mnt/wkm_main/vol1/Email'];

The exclude should be relative to the share, so
you need:

BackupFilesExclude  = ['/Email'];

Craig

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