summaryrefslogtreecommitdiffstats
path: root/etc/rc.create_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-02-14 15:31:48 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-02-14 15:31:48 -0500
commit4870ddca666f32dd145ca8bfca2792637c08f8c6 (patch)
tree04832e4f823846a41005540d0018fa078b10a3c0 /etc/rc.create_full_backup
parent16b96ea647132f8d8dfaaaa35f4b82457660c913 (diff)
downloadpfsense-4870ddca666f32dd145ca8bfca2792637c08f8c6.zip
pfsense-4870ddca666f32dd145ca8bfca2792637c08f8c6.tar.gz
Add var/empty to excludes list
Diffstat (limited to 'etc/rc.create_full_backup')
-rw-r--r--etc/rc.create_full_backup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup
index fc6de1b..40cdda2 100644
--- a/etc/rc.create_full_backup
+++ b/etc/rc.create_full_backup
@@ -7,7 +7,7 @@ tar czPf /root/$FILENAME --exclude dev/* \
--exclude var/db \
--exclude var/run/* \
--exclude root/* \
- --exclude var/empty \
+ --exclude var/empty/* \
/
echo ">>> Backup completed. Note: this backup includes config.xml!"
echo ">>> To restore this backup run this command:"
OpenPOWER on IntegriCloud