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

Add borg="/var/www/borg/venv/bin/borg". Without it, borg is not found.
This commit is contained in:
Simon Lefort 2024-07-24 10:10:18 +02:00 committed by GitHub
parent c05121ef5d
commit 5f1f0e23b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,9 +20,10 @@ You should at least:
- Check regularly the presence of `info.json` and `db.sql` or `dump.sql` in your apps archives
```bash
borg list ./::ARCHIVE_NAME | grep info.json
borg list ./::ARCHIVE_NAME | grep db.sql
borg list ./::ARCHIVE_NAME | grep dump.sql
borg="/var/www/borg/venv/bin/borg"
$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