From f32cb2cf1576db1395f77bd5f7f0c0a3e86c1334 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Sep 2013 23:19:01 -0400 Subject: hlint --- 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 30b882282..2d977a357 100644 --- a/Types/StandardGroups.hs +++ b/Types/StandardGroups.hs @@ -77,7 +77,7 @@ preferredContent ClientGroup = lastResort $ preferredContent TransferGroup = lastResort $ "not (inallgroup=client and copies=client:2) and (" ++ preferredContent ClientGroup ++ ")" preferredContent BackupGroup = "include=*" -preferredContent IncrementalBackupGroup = lastResort $ +preferredContent IncrementalBackupGroup = lastResort "include=* and (not copies=incrementalbackup:1)" preferredContent SmallArchiveGroup = lastResort $ "(include=*/archive/* or include=archive/*) and (" ++ preferredContent FullArchiveGroup ++ ")" -- cgit v1.2.3