diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-31 14:29:15 -0200 | 
|---|---|---|
| committer | intrigeri <intrigeri@boum.org> | 2011-12-31 22:02:29 +0100 | 
| commit | b89b684c2cece1f099a512dc7d7cbe0b2ad06b42 (patch) | |
| tree | 0c23579eafc7454a8253d2c0f4923a9b692894f0 /handlers | |
| parent | 46000c030896cb8efe820e762d9d12ee663b5936 (diff) | |
| download | backupninja-b89b684c2cece1f099a512dc7d7cbe0b2ad06b42.tar.gz backupninja-b89b684c2cece1f099a512dc7d7cbe0b2ad06b42.tar.bz2  | |
Provide a default number of days for the rsync handler
Diffstat (limited to 'handlers')
| -rw-r--r-- | handlers/rsync.in | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
