i'm resending this question, since i don't believe i saw a
response.  is anyone else successfully using BackupFilesExclude
with the tar method?

(i'd simply add the "--exclude" args to the tarcmd itself, except
i see from the docs that there's trickery involved in escaping
wildcard characters.)

i wrote:
 >  > > i'd like to be able to flag any file or directory that i want
 >  > > backuppc to skip by adding a "._nobackup_" suffix to its name.
 >  > > 
 >  > > will this do the trick?  (backup method is tar)
 >  > > 
 >  > >     $Conf{BackupFilesExclude} = { '/proc'. '*._nobackup_' };

craig wrote:
 >  > 
 >  > You need a comma instead of a period.  Otherwise it should work.
 > 

i wrote:
 > i'm a little confused.  this doesn't seem to be working.
 > 
 > if i look at the XferLOG (or at the running backup tar process on
 > a client system), the tar command for the backup doesn't include
 > a --exclude argument.  where does the contents of
 > $Conf{BackupFilesExclude} get transformed and applied to the tar
 > arguments?  the docs imply that they should be part of $fileList, but
 > in my case this appears to simply be ".":  (wrapped for clarity)
 >     Running:  /usr/bin/ssh -x -q -n -l root woodruff /bin/tar
 >      --one-file-system -c -v -f - -C / --totals
 >      --newer=2005-12-04\ 00:38:48 .
 > 

=---------------------
 paul fox, [EMAIL PROTECTED] (arlington, ma, where it's 23.2 degrees)


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/backuppc-users
http://backuppc.sourceforge.net/

Reply via email to