summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-02-14 15:31:37 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-02-14 15:31:37 -0500
commit2a0fe8296eceef361d05974b388532ccd68eab41 (patch)
tree1a45fba457fee2b8d16c82ae3b505288ddd7d75c
parent7d1ce25a14c9dc9f32e1dd479651f507c4b1fac9 (diff)
downloadpfsense-2a0fe8296eceef361d05974b388532ccd68eab41.zip
pfsense-2a0fe8296eceef361d05974b388532ccd68eab41.tar.gz
Add var/empty to excludes list
-rwxr-xr-xetc/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 100755
--- 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