From 2d9682f3c69313f45eb557cfd74afa543cad7d2c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 14 Oct 2012 16:21:18 -0400 Subject: logic error --- Types/StandardGroups.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Types/StandardGroups.hs') diff --git a/Types/StandardGroups.hs b/Types/StandardGroups.hs index aeae200c2e..1739c2059a 100644 --- a/Types/StandardGroups.hs +++ b/Types/StandardGroups.hs @@ -32,6 +32,6 @@ descStandardGroup BackupGroup = "backup: collects all files" {- See doc/preferred_content.mdwn for explanations of these expressions. -} preferredContent :: StandardGroup -> String preferredContent ClientGroup = "exclude=*/archive/*" -preferredContent TransferGroup = "not (inallgroup=client or not copies=client:2) and " ++ preferredContent ClientGroup +preferredContent TransferGroup = "not (inallgroup=client and copies=client:2) and " ++ preferredContent ClientGroup preferredContent ArchiveGroup = "not copies=archive:1" preferredContent BackupGroup = "" -- all content is preferred -- cgit v1.2.3