From 9d815f3ba86246ecf8cedd4482e7a47e8162dca9 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Thu, 26 Apr 2012 21:31:07 +1200 Subject: [PATCH] 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?! --- debian/templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2