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:
parent
c05121ef5d
commit
5f1f0e23b6
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue