documented ktistec's backups
This commit is contained in:
parent
e9e143d64f
commit
2ecbc87df9
1 changed files with 16 additions and 0 deletions
16
content/docs/adyxax.org/social/backups.md
Normal file
16
content/docs/adyxax.org/social/backups.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: "Backups"
|
||||||
|
description: Backups of social.adyxax.org
|
||||||
|
---
|
||||||
|
|
||||||
|
## Documentation
|
||||||
|
|
||||||
|
Backups are configured with borg on `myth.adyxax.org` to `yen.adyxax.org`.
|
||||||
|
|
||||||
|
There is only on jobs :
|
||||||
|
```yaml
|
||||||
|
- name: ktistec-db
|
||||||
|
path: "/tmp/ktistec.db"
|
||||||
|
pre_command: "echo 'VACUUM INTO \"/tmp/ktistec.db\"'|sqlite3 /srv/ktistec-db/ktistec.db"
|
||||||
|
post_command: "rm -f /tmp/ktistec.db"
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue