From 91eaf6870c9d55d30d8eaee292460d1581f55150 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Fri, 22 Nov 2024 15:39:44 +0100 Subject: [PATCH] chore(snips): move backup to Hcloud object storage --- snips/config/litestream.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/snips/config/litestream.yml b/snips/config/litestream.yml index 23d1dc7..1e0d399 100644 --- a/snips/config/litestream.yml +++ b/snips/config/litestream.yml @@ -3,11 +3,11 @@ addr: ":9090" dbs: - path: /data/snips.db replicas: - - name: Garage + - name: Hcloud type: s3 - endpoint: https://s3.icb4dc0.de - bucket: backup - path: snips - region: hel1 - retention: 72h - snapshot-interval: 1h \ No newline at end of file + endpoint: https://fsn1.your-objectstorage.com + bucket: 1661580-backup + path: litestream/snips + region: fsn1 + retention: 24h + snapshot-interval: 1h