summaryrefslogtreecommitdiffstats
path: root/etc/rc.create_full_backup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-22 13:47:08 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-22 13:47:08 -0400
commit2b0c49e309376dadda1fea9d0b2f3dbd70081f9f (patch)
treeaa9024c214f2a16dfb73874da958ecf186c06dbb /etc/rc.create_full_backup
parent3bc77cd3700528a3f432441556ccedff205aa68f (diff)
downloadpfsense-2b0c49e309376dadda1fea9d0b2f3dbd70081f9f.zip
pfsense-2b0c49e309376dadda1fea9d0b2f3dbd70081f9f.tar.gz
We now have a restore command, note this
Diffstat (limited to 'etc/rc.create_full_backup')
-rwxr-xr-xetc/rc.create_full_backup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.create_full_backup b/etc/rc.create_full_backup
index 143e652..e7022cf 100755
--- a/etc/rc.create_full_backup
+++ b/etc/rc.create_full_backup
@@ -11,6 +11,7 @@ tar czPf /root/$FILENAME \
--exclude var/empty/* \
--exclude var/empty \
/
+
echo ">>> Backup completed. Note: this backup includes config.xml!"
echo ">>> To restore this backup run this command:"
-echo " tar xzPUf /root/$FILENAME -C /"
+echo " rc.restore_full_backup /root/$FILENAME"
OpenPOWER on IntegriCloud