From 2b0c49e309376dadda1fea9d0b2f3dbd70081f9f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 22 May 2010 13:47:08 -0400 Subject: We now have a restore command, note this --- etc/rc.create_full_backup | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/rc.create_full_backup') 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" -- cgit v1.1