diff options
author | Julien Dessaux | 2023-04-18 22:31:46 +0200 |
---|---|---|
committer | Julien Dessaux | 2023-04-18 22:31:46 +0200 |
commit | 1eed88cf48fafc0ff3298f1398da02b08dd07486 (patch) | |
tree | 11d193073ee005e295c254948008f399d9fc4052 /content/docs | |
parent | Fixed VACUUM INTO sqlite3 commands across various articles (diff) | |
download | www-1eed88cf48fafc0ff3298f1398da02b08dd07486.tar.gz www-1eed88cf48fafc0ff3298f1398da02b08dd07486.tar.bz2 www-1eed88cf48fafc0ff3298f1398da02b08dd07486.zip |
updated social.adyxax backups doc article
Diffstat (limited to 'content/docs')
-rw-r--r-- | content/docs/adyxax.org/social/backups.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/docs/adyxax.org/social/backups.md b/content/docs/adyxax.org/social/backups.md index 2d6ba40..0a7938e 100644 --- a/content/docs/adyxax.org/social/backups.md +++ b/content/docs/adyxax.org/social/backups.md @@ -5,12 +5,12 @@ description: Backups of social.adyxax.org ## Documentation -Backups are configured with borg on `myth.adyxax.org` to `yen.adyxax.org`. +Backups are configured with borg on `lore.adyxax.org` to `yen.adyxax.org`. -There is only on jobs : +There is only one job : ```yaml -- name: ktistec-db - path: "/tmp/ktistec.db" - pre_command: "echo \"VACUUM INTO '/tmp/ktistec.db'\"|sqlite3 /srv/ktistec-db/ktistec.db" - post_command: "rm -f /tmp/ktistec.db" +- 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" ``` |