]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Fewer rsync rotations
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Dec 2011 15:19:14 +0000 (13:19 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 20 Dec 2011 15:19:14 +0000 (13:19 -0200)
manifests/init.pp

index f925bd8fc025bbac5061c65ec32dc1412512ee0d..016e1cc8fd32b53e220df78a990bdd33aefb15d5 100644 (file)
@@ -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",