diff options
-rw-r--r-- | content/docs/adyxax.org/social/backups.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/content/docs/adyxax.org/social/backups.md b/content/docs/adyxax.org/social/backups.md index 0a7938e..09546b2 100644 --- a/content/docs/adyxax.org/social/backups.md +++ b/content/docs/adyxax.org/social/backups.md @@ -7,8 +7,10 @@ description: Backups of social.adyxax.org Backups are configured with borg on `lore.adyxax.org` to `yen.adyxax.org`. -There is only one job : +There are two jobs: ```yaml +- 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" |