2022-11-24 23:15:25 +01:00
|
|
|
---
|
|
|
|
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"
|
2023-04-16 23:38:02 +02:00
|
|
|
pre_command: "echo \"VACUUM INTO '/tmp/ktistec.db'\"|sqlite3 /srv/ktistec-db/ktistec.db"
|
2022-11-24 23:15:25 +01:00
|
|
|
post_command: "rm -f /tmp/ktistec.db"
|
|
|
|
```
|