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
This commit is contained in:
Clark Boylan 2017-02-08 12:54:47 -08:00
parent 78bd720573
commit 6dc3abf686
1 changed files with 1 additions and 0 deletions

View File

@ -11,4 +11,5 @@
/var/agentx/*
/run/*
/root/backup-restore-*
/root/.bup
/etc/puppet/modules/*