1
0
Fork 0
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:
Alexandre Aubin 2024-07-11 01:05:03 +02:00 committed by GitHub
parent 0099008da8
commit 7038c68a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`