summaryrefslogtreecommitdiffstats
path: root/etc/rc.create_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-31 14:21:09 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-31 14:21:09 -0500
commita7e431f88db1e2e88614dad07913ad5ec634e652 (patch)
tree283826593c7da4ab7b338145031eeaa3c1cc48bf /etc/rc.create_full_backup
parent5a0ce1fb6fc86cbed6f7ae7447e346580b6b7e56 (diff)
downloadpfsense-RELENG_1_2.zip
pfsense-RELENG_1_2.tar.gz
Adding rc.restore_full_backup. Sync create backup with HEADRELENG_1_2
Diffstat (limited to 'etc/rc.create_full_backup')
-rwxr-xr-xetc/rc.create_full_backup4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup
index 143e652..048e68b 100755
--- a/etc/rc.create_full_backup
+++ b/etc/rc.create_full_backup
@@ -10,7 +10,9 @@ tar czPf /root/$FILENAME \
--exclude root/* \
--exclude var/empty/* \
--exclude var/empty \
+ --exclude var/etc \
/
+
echo ">>> Backup completed. Note: this backup includes config.xml!"
echo ">>> To restore this backup run this command:"
-echo " tar xzPUf /root/$FILENAME -C /"
+echo " /etc/rc.restore_full_backup /root/$FILENAME"
OpenPOWER on IntegriCloud