396 B
396 B
title | description |
---|---|
Backups | Backups of social.adyxax.org |
Documentation
Backups are configured with borg on lore.adyxax.org
to yen.adyxax.org
.
There is only one job :
- name: gotosocial-db
path: "/tmp/gotosocial.db"
pre_command: "echo \"VACUUM INTO '/tmp/gotosocial.db'\"|sqlite3 /jails/fedi/root/home/fedi/sqlite.db"
post_command: "rm -f /tmp/gotosocial.db"