From 573e803a07b81328bcc64a2cb08bab1831cc94a7 Mon Sep 17 00:00:00 2001 From: Olivier Berger Date: Sun, 14 Nov 2010 14:20:55 +0100 Subject: Proposed feature to address https://labs.riseup.net/code/issues/2492 --- handlers/dup.helper.in | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/handlers/dup.helper.in b/handlers/dup.helper.in index 2594b0b..413a4e7 100644 --- a/handlers/dup.helper.in +++ b/handlers/dup.helper.in @@ -426,6 +426,13 @@ increments = $dup_increments #keep = yes keep = $dup_keep +# for how many full backups do we keep their later increments ; +# default is 6. +# increments for older full backups will be deleted : only the more +# recent ones will be kept +#keepincrofulls = 6 +keepincrofulls = $dup_keepincroffulls + # for how many full backups do we keep their later increments ; # default is all (keep all increments). # increments for older full backups will be deleted : only the more -- cgit v1.2.3