From b89b684c2cece1f099a512dc7d7cbe0b2ad06b42 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 31 Dec 2011 14:29:15 -0200 Subject: Provide a default number of days for the rsync handler --- handlers/rsync.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3