From: Silvio Rhatto Date: Tue, 20 Dec 2011 15:19:14 +0000 (-0200) Subject: Fewer rsync rotations X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f5a590b81260dc046d0247da455f1b3594c31f58;p=puppet-backup.git Fewer rsync rotations --- 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",