]> gitweb.fluxo.info Git - backupninja.git/commitdiff
Provide a default number of days for the rsync handler
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 31 Dec 2011 16:29:15 +0000 (14:29 -0200)
committerintrigeri <intrigeri@boum.org>
Sat, 31 Dec 2011 21:02:29 +0000 (22:02 +0100)
handlers/rsync.in

index cc255a3e6b93cdc1665f65b131ff2e5e910fb2ec..45b9b31f5d6409dfaf162316ae93913723b61842 100644 (file)
@@ -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