www/content/docs/adyxax.org/social/backups.md

482 B

title description tags
Backups Backups of social.adyxax.org
UpdateNeeded

Documentation

Backups are configured with borg on lore.adyxax.org to yen.adyxax.org.

There are two jobs:

- name: gotosocial-data
  path: "/jails/fedi/root/home/fedi/storage"
- 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"