From 6dc3abf6864df14374ef613814bede6f335434ac Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Wed, 8 Feb 2017 12:54:47 -0800 Subject: [PATCH] Exclude bups local /root/.bup dir Bup appears to use this to keep track of indexes between the local and remote server. We don't need to back this up and attempting to results in frequent errors for files being deleted before they could be backed up. Change-Id: I3ad4db5a44f3067478e48af65dd7991bbb391ab8 --- files/etc/bup-excludes | 1 + 1 file changed, 1 insertion(+) diff --git a/files/etc/bup-excludes b/files/etc/bup-excludes index aefd4e4..612dbc5 100644 --- a/files/etc/bup-excludes +++ b/files/etc/bup-excludes @@ -11,4 +11,5 @@ /var/agentx/* /run/* /root/backup-restore-* +/root/.bup /etc/puppet/modules/*