diff options
Diffstat (limited to 'etc/rc.create_full_backup')
-rwxr-xr-x | etc/rc.create_full_backup | 4 |
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" |