aboutsummaryrefslogtreecommitdiff
path: root/Types/StandardGroups.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-22 07:10:24 +1100
committerGravatar Joey Hess <joey@kitenet.net>2013-01-22 07:10:24 +1100
commit98fcb8d3516b14c3bc1cb5acc7d5ade6bff5c9ec (patch)
tree29f173520a926ec5c5b8a5d99882ed20b1bb9f75 /Types/StandardGroups.hs
parent97d585a3ff063f4d77374cfe28c91f65a25a76e5 (diff)
adjust archive exclusion
Diffstat (limited to 'Types/StandardGroups.hs')
-rw-r--r--Types/StandardGroups.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/StandardGroups.hs b/Types/StandardGroups.hs
index 5be5fa8b7..a8ac89b4e 100644
--- a/Types/StandardGroups.hs
+++ b/Types/StandardGroups.hs
@@ -53,4 +53,4 @@ preferredContent BackupGroup = "include=*"
preferredContent SmallArchiveGroup = "(include=*/archive/* or include=archive/*) and " ++ preferredContent FullArchiveGroup
preferredContent FullArchiveGroup = "not (copies=archive:1 or copies=smallarchive:1)"
preferredContent SourceGroup = "not (copies=1)"
-preferredContent ManualGroup = "present and exclude=archive/*"
+preferredContent ManualGroup = "present and exclude=*/archive/* and exclude=archive/*"