aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-01-13 09:37:49 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-01-13 09:37:49 -0200
commitf0530ef6cd9f7466b510baa9542601c30ff69498 (patch)
tree444efb75eb0cf8ac483a33df7a1e6b730a1985c0 /manifests
parent38ce615625c5acfc5ae1d5dae0e3a7fbd8e6d698 (diff)
downloadpuppet-backup-f0530ef6cd9f7466b510baa9542601c30ff69498.tar.gz
puppet-backup-f0530ef6cd9f7466b510baa9542601c30ff69498.tar.bz2
Excluding package data from backups
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 767a7b4..287d1af 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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", "$backupdir/restore", "/var/cache", "/var/log", "/var/vservers", "/var/chroot", "/root/.cache" ]
+$backup_exclude_unencrypted = [ "$backupdir_remote", "$backupdir/duplicity", "$backupdir/restore", "/var/cache", "/var/log", "/var/vservers", "/var/chroot", "/root/.cache", "/var/lib/dpkg", "/var/lib/apt", "/var/lib/aptitude/" ]
# for data that were previously encrypted and signed
$backup_include_encrypted = [ "$backupdir/duplicity", ]