From f5a590b81260dc046d0247da455f1b3594c31f58 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 20 Dec 2011 13:19:14 -0200 Subject: Fewer rsync rotations --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/init.pp') 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", -- cgit v1.2.3