Document the second gotosocial backup job
This commit is contained in:
parent
2c4468e267
commit
9e6bb1a3e5
1 changed files with 3 additions and 1 deletions
|
@ -7,8 +7,10 @@ description: Backups of social.adyxax.org
|
||||||
|
|
||||||
Backups are configured with borg on `lore.adyxax.org` to `yen.adyxax.org`.
|
Backups are configured with borg on `lore.adyxax.org` to `yen.adyxax.org`.
|
||||||
|
|
||||||
There is only one job :
|
There are two jobs:
|
||||||
```yaml
|
```yaml
|
||||||
|
- name: gotosocial-data
|
||||||
|
path: "/jails/fedi/root/home/fedi/storage"
|
||||||
- name: gotosocial-db
|
- name: gotosocial-db
|
||||||
path: "/tmp/gotosocial.db"
|
path: "/tmp/gotosocial.db"
|
||||||
pre_command: "echo \"VACUUM INTO '/tmp/gotosocial.db'\"|sqlite3 /jails/fedi/root/home/fedi/sqlite.db"
|
pre_command: "echo \"VACUUM INTO '/tmp/gotosocial.db'\"|sqlite3 /jails/fedi/root/home/fedi/sqlite.db"
|
||||||
|
|
Loading…
Add table
Reference in a new issue