From: Andrew Ruthven Date: Thu, 26 Apr 2012 09:31:07 +0000 (+1200) Subject: We shouldn't match Network in side filenames. X-Git-Tag: v0.6~9 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d815f3ba86246ecf8cedd4482e7a47e8162dca9;p=etc-obnam.git We shouldn't match Network in side filenames. 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?! --- diff --git a/debian/templates b/debian/templates index b1955e4..b02a643 100644 --- a/debian/templates +++ b/debian/templates @@ -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.