mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
[enh] Give instruction to check backup
This commit is contained in:
parent
e66ffe5998
commit
75ab361302
1 changed files with 5 additions and 0 deletions
|
@ -90,6 +90,11 @@ If you want to be sure to be able to restore your server, you should try to rest
|
|||
You should at least:
|
||||
* Keep your apps up to date (if apps are too old, they could be difficult to restore on a more recent recent version)
|
||||
* Check regularly the presence of info.json and db.sql or dump.sql in your apps archives
|
||||
```
|
||||
borg list ./::ARCHIVE_NAME | grep info.json
|
||||
borg list ./::ARCHIVE_NAME | grep db.sql
|
||||
borg list ./::ARCHIVE_NAME | grep dump.sql
|
||||
```
|
||||
* Be sure to have your passphrase available even if your server is completely broken
|
||||
|
||||
## How to restore a complete system
|
||||
|
|
Loading…
Add table
Reference in a new issue