From: mwolson_admin Date: Sun, 27 Jan 2008 06:52:48 +0000 (-0500) Subject: Try not backing up spamd data, in case that pushes us over the edge. X-Git-Url: http://git.hcoop.net/clinton/scripts.git/commitdiff_plain/12e40abc1a037fe38ae92076d76d23270ae59ac1 Try not backing up spamd data, in case that pushes us over the edge. --- diff --git a/hcoop-backup b/hcoop-backup index 94ddd8d..f5e1a1f 100755 --- a/hcoop-backup +++ b/hcoop-backup @@ -46,6 +46,7 @@ diff allfiles debfiles | grep '^<' | cut -b 3- | \ grep -v ^/var/lib/dpkg | \ grep -v ^/var/backups | \ grep -v ^/var/lib/changetrack | \ + grep -v ^/var/local/lib/spamd | \ grep -v ^/var/run | \ grep -v ^/var/lock | \ grep -v ^/var/lib/ucf | \