diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-02-14 15:32:24 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-02-14 15:32:24 -0500 |
commit | 9f245dd4d4848f14b29decfa5cfed9b129630d26 (patch) | |
tree | 79312d5748a87b1ee1950705e5bf7a9e3402cc5b | |
parent | 2a0fe8296eceef361d05974b388532ccd68eab41 (diff) | |
download | pfsense-9f245dd4d4848f14b29decfa5cfed9b129630d26.zip pfsense-9f245dd4d4848f14b29decfa5cfed9b129630d26.tar.gz |
Add var/empty to excludes list
-rwxr-xr-x | etc/rc.create_full_backup | 1 |
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:" |