mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Update ADMIN.md: remove confusing stuff about checking the db.sql dumps
This commit is contained in:
parent
0099008da8
commit
7038c68a64
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ repository="$(sudo yunohost app setting $app repository)"
|
|||
Then run for example:
|
||||
|
||||
- List archives: `borg list "$repository" | less`
|
||||
- List database exports: `borg list "$repository" | grep "(db|dump)\.sql"`
|
||||
- List files from the archive: `borg list "$repository::ARCHIVE_NAME" | less`
|
||||
- List files from a specific archive: `borg list "$repository::ARCHIVE_NAME" | less`
|
||||
- View archive info: `borg info "$repository::ARCHIVE_NAME"`
|
||||
- Verify data integrity: `borg info "$repository::ARCHIVE_NAME" --verify-data`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue