summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lawrie <james@bytemark.co.uk>2016-07-27 12:48:03 +0100
committerJames Lawrie <james@bytemark.co.uk>2016-07-27 12:48:03 +0100
commite0ec7c2ff72ba158bf088af65cad6f6bad61f2c3 (patch)
tree1eda6ec70e9825226f3cce2f8fc5eef8e03bf9e0
parentd7e7be0de90d0a028be00a05de25048f379a1b1b (diff)
Fixes the essence of #2
-rw-r--r--bin/byteback-backup10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/byteback-backup b/bin/byteback-backup
index 3e0d5af..0b81e79 100644
--- a/bin/byteback-backup
+++ b/bin/byteback-backup
@@ -230,11 +230,11 @@ if __FILE__ == $PROGRAM_NAME
COMMON_JUNK = %w(
/swap.file
- /tmp
- /var/backups/localhost
- /var/cache/apt/archives
- /var/lib/php5
- /var/tmp
+ /tmp/
+ /var/backups/localhost/
+ /var/cache/apt/archives/
+ /var/lib/php5/
+ /var/tmp/
)
MOUNT_HEADINGS = %w( spec file vfstype mntops freq passno ).map(&:to_sym)