diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-20 13:19:14 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-20 13:19:14 -0200 |
commit | f5a590b81260dc046d0247da455f1b3594c31f58 (patch) | |
tree | c3edf648a34b10a34bc3cbe0ff34909f4abb1c59 /manifests | |
parent | 55dfc08aaa67f87cbb5401f0e67a51dca1b413c4 (diff) | |
download | puppet-backup-f5a590b81260dc046d0247da455f1b3594c31f58.tar.gz puppet-backup-f5a590b81260dc046d0247da455f1b3594c31f58.tar.bz2 |
Fewer rsync rotations
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/init.pp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index f925bd8..016e1cc 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -164,9 +164,9 @@ class backup { backupkeytype => "rsa", id_file => "/root/.ssh/id_rsa", backupkeystore => "puppet:///modules/site-keys", - keepdaily => '7', - keepweekly => '4', - keepmonthly => '3', + keepdaily => '4', + keepweekly => '2', + keepmonthly => '2', format => 'long', log => "/var/log/backup/rsync-$title.$domain.log", lockfile => "/var/lock/rsync-$title.$domain.lock", |