From 7dda4149d3753a443e8779629cd1ca090a455645 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 1 Nov 2017 10:07:46 +1100 Subject: [PATCH] Ignore postgres working directory The database changes underneath the backup process. We do database dumps to /var/backups which is what we want backed up. Change-Id: I3f925c014b26d3537c0fd119b9a6b9761ac78085 --- files/etc/bup-excludes | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/bup-excludes b/files/etc/bup-excludes index 8ca6288..0c71043 100644 --- a/files/etc/bup-excludes +++ b/files/etc/bup-excludes @@ -16,5 +16,6 @@ /etc/puppet/hieradata/* /var/cache/* /var/lib/puppet/reports/* +/var/lib/postgresql/* /opt/system-config/* /afs/*