]> gitweb.fluxo.info Git - puppet-backup.git/commitdiff
Not backing up /var/log either
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Jun 2010 13:29:35 +0000 (10:29 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 4 Jun 2010 13:29:35 +0000 (10:29 -0300)
manifests/init.pp

index d2fda8c97d7b1c46f319f552bd551be0a2d8a3ba..ac2784451a72ba9c9107a701b3bffa4051521c23 100644 (file)
@@ -26,7 +26,7 @@ $backupdir_remote = "$backupdir/remote"
 
 # for data that's going to be encrypted and signed
 $backup_include_unencrypted = [ "/etc", "/var", "/home", ]
-$backup_exclude_unencrypted = [ "$backupdir_remote", "$backupdir/duplicity", "/var/cache", "/var/vservers" ]
+$backup_exclude_unencrypted = [ "$backupdir_remote", "$backupdir/duplicity", "/var/cache", "/var/log", "/var/vservers" ]
 
 # for data that were previously encrypted and signed
 $backup_include_encrypted = [ "$backupdir/duplicity", ]