aboutsummaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorJulien Dessaux2022-11-24 23:15:25 +0100
committerJulien Dessaux2022-11-24 23:15:25 +0100
commit2ecbc87df940edb006b3f727541b7fab7d88816f (patch)
tree3a960879487b6a3c11ea457b9738607cce45de87 /content
parentAdded firefight book article (diff)
downloadwww-2ecbc87df940edb006b3f727541b7fab7d88816f.tar.gz
www-2ecbc87df940edb006b3f727541b7fab7d88816f.tar.bz2
www-2ecbc87df940edb006b3f727541b7fab7d88816f.zip
documented ktistec's backups
Diffstat (limited to 'content')
-rw-r--r--content/docs/adyxax.org/social/backups.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/content/docs/adyxax.org/social/backups.md b/content/docs/adyxax.org/social/backups.md
new file mode 100644
index 0000000..da28d25
--- /dev/null
+++ b/content/docs/adyxax.org/social/backups.md
@@ -0,0 +1,16 @@
+---
+title: "Backups"
+description: Backups of social.adyxax.org
+---
+
+## Documentation
+
+Backups are configured with borg on `myth.adyxax.org` to `yen.adyxax.org`.
+
+There is only on jobs :
+```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"
+```