aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Dessaux2023-04-20 23:55:48 +0200
committerJulien Dessaux2023-04-20 23:55:48 +0200
commit9e6bb1a3e5a1e98bbf74a3984fb0707922cd2044 (patch)
tree704a7836a8f82488b5d19c572be6055846e728aa
parentupdated social.adyxax.org doc article (diff)
downloadwww-9e6bb1a3e5a1e98bbf74a3984fb0707922cd2044.tar.gz
www-9e6bb1a3e5a1e98bbf74a3984fb0707922cd2044.tar.bz2
www-9e6bb1a3e5a1e98bbf74a3984fb0707922cd2044.zip
Document the second gotosocial backup job
-rw-r--r--content/docs/adyxax.org/social/backups.md4
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"