aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-12-25 10:38:40 -0200
committerSilvio Rhatto <rhatto@riseup.net>2012-12-25 10:38:40 -0200
commit936d9e030bead996486164abce45c0a16183222e (patch)
treecf691a4bafbdf05ce1fa21e1684b6c22502a389a /manifests
parent812aa0c79f5181ffc7dbd5b281814baa33705ca3 (diff)
downloadpuppet-backup-936d9e030bead996486164abce45c0a16183222e.tar.gz
puppet-backup-936d9e030bead996486164abce45c0a16183222e.tar.bz2
Excluding /var/data/crypt from backup as is already handled by sync 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 4353f22..3950e7e 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", "/var/lib/dpkg", "/var/lib/apt", "/var/lib/aptitude/", "/var/sites/backups" ]
+$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/", "/var/sites/backups", "/var/data/crypt" ]
# for data that were previously encrypted and signed
$backup_include_encrypted = [ "$backupdir/duplicity", ]