Implemented general backup script

This commit is contained in:
2019-12-03 13:55:53 +01:00
parent 6ce2ab8a31
commit 022269c189
2 changed files with 7 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ $HOME/Documents/certificates/ | Contains certificates to authenticate via [certi
| Order | Description |
|---|---|
| ```bash ./scripts/system-setup.sh``` | Setup the customized software on the system on which you execute it. |
| ```bash ./scripts/backup.sh``` | Executes all setup scripts. |
| ```bash ./scripts/import-data-from-system.sh``` | Import data from the host system.|
| ```bash ./scripts/export-data-to-system.sh``` | Export data to the host system.|
| ```bash ./scripts/unlock.sh``` | Unlock the stored data.|