blob: da28d256376852d93461d75318fae3dcb4cae306 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
```
|