From 9e6bb1a3e5a1e98bbf74a3984fb0707922cd2044 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 20 Apr 2023 23:55:48 +0200 Subject: Document the second gotosocial backup job --- content/docs/adyxax.org/social/backups.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3