Re: [rdiff-backup-users] PATCH: Exclude if present

2007-03-17 Thread devzero
why should we need to specify the directories as additional params? wouldn`t it be enough to put that .NOBACKUP into specific dirs, tell rdiff-backup to watch out for those - and that`s it? this looks quite similar for something i always used with EMC/Legato Networker (.nsr directive) regards

Re: [rdiff-backup-users] PATCH: Exclude if present

2007-03-17 Thread Jeff Strunk
On Friday 16 March 2007 10:58 pm, [EMAIL PROTECTED] wrote: On Fri, 16 Mar 2007, Jeff Strunk wrote: I just checked to make sure, but your example only excludes files named .NOBACKUP . --exclude-if-present excludes the entire directory. Ahh, so you place a .NOBACKUP file in directories which

Re: [rdiff-backup-users] Problems with backup to CIFS

2007-03-17 Thread Andrew Ferguson
Mario, The code in question: -- upper_a = subdir.append(A) upper_a.touch() lower_a = subdir.append(a) if lower_a.lstat(): lower_a.delete() upper_a.setdata() assert not upper_a.lstat() return 0 else:

Re: [rdiff-backup-users] PATCH: Exclude if present

2007-03-17 Thread Jeff Strunk
.NOBACKUP is a regular file that users can put into directories that they don't need to get backed up. You could also tell users to rena,e their directories a specific way, but that could cause some trouble with how they work. Thanks, Jeff On Saturday 17 March 2007 5:02 am, [EMAIL PROTECTED]

Re: [rdiff-backup-users] Exception when running the backup

2007-03-17 Thread Andrew Ferguson
Frederik, I believe the error you are seeing is due to a corrupt file. You can try running the backup again and see if it works now. Or, you can run rdiff-backup with -v5 and see which file it is trying to backup before it fails. Andrew Frederik B. Sørensen - Tiger Media ApS wrote: When i run