From 2ecbc87df940edb006b3f727541b7fab7d88816f Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 24 Nov 2022 23:15:25 +0100 Subject: documented ktistec's backups --- content/docs/adyxax.org/social/backups.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/docs/adyxax.org/social/backups.md (limited to 'content') 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" +``` -- cgit v1.2.3