summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-02-14 15:32:24 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-02-14 15:32:24 -0500
commit9f245dd4d4848f14b29decfa5cfed9b129630d26 (patch)
tree79312d5748a87b1ee1950705e5bf7a9e3402cc5b
parent2a0fe8296eceef361d05974b388532ccd68eab41 (diff)
downloadpfsense-9f245dd4d4848f14b29decfa5cfed9b129630d26.zip
pfsense-9f245dd4d4848f14b29decfa5cfed9b129630d26.tar.gz
Add var/empty to excludes list
-rwxr-xr-xetc/rc.create_full_backup1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup
index 40cdda2..179636d 100755
--- a/etc/rc.create_full_backup
+++ b/etc/rc.create_full_backup
@@ -8,6 +8,7 @@ tar czPf /root/$FILENAME --exclude dev/* \
--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