From: Silvio Rhatto Date: Sat, 31 Dec 2011 16:29:15 +0000 (-0200) Subject: Provide a default number of days for the rsync handler X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=b89b684c2cece1f099a512dc7d7cbe0b2ad06b42;p=backupninja.git Provide a default number of days for the rsync handler --- diff --git a/handlers/rsync.in b/handlers/rsync.in index cc255a3..45b9b31 100644 --- a/handlers/rsync.in +++ b/handlers/rsync.in @@ -125,7 +125,7 @@ function eval_config { getconf mountpoint getconf backupdir getconf format short - getconf days + getconf days 7 getconf keepdaily 5 getconf keepweekly 3 getconf keepmonthly 1