]> git.etc.gen.nz Git - etc-obnam.git/commitdiff
We shouldn't match Network in side filenames.
authorAndrew Ruthven <andrew@etc.gen.nz>
Thu, 26 Apr 2012 09:31:07 +0000 (21:31 +1200)
committerAndrew Ruthven <andrew@etc.gen.nz>
Thu, 26 Apr 2012 09:31:07 +0000 (21:31 +1200)
Also it seems that currently /home/.*/Network will match any number of
directories under /home, for example:
  /home/andrew/foo/bar/snafu/Network.coffee
Is matched, when it should only match within one level, for example:
  /home/andrew/Network
How to handle that?!

debian/templates

index b1955e41cad126e2f8e6ee1a23abf20cc4777eb1..b02a643e2d73896f1c0374224b4db436caa1dd2d 100644 (file)
@@ -31,6 +31,6 @@ Description: Directories to be included in the backup.
 
 Template: etc-obnam/exclude
 Type: string
-Default: \.xchat2, .*/\.cache/.*, \.thumbnails/.*, \.mozilla/firefox/.*\.default/Cache, \.local/share/Trash, /home/andrew/data/reference, /home/.*/scratch, .xbmc/temp, /home/.*/Network, .*/[Cc]ache/.*, \.evolution/mail/imap
+Default: \.xchat2, .*/\.cache/.*, \.thumbnails/.*, \.mozilla/firefox/.*\.default/Cache, \.local/share/Trash, /home/andrew/data/reference, /home/.*/scratch, .xbmc/temp, /home/.*/Network/.*, .*/[Cc]ache/.*, \.evolution/mail/imap
 Description: List of regexes to be excluded from the backup.
  A list of regexes to be excluded from the backup.