From bf9113f53198e3524767ec0a3294f0e51394a244 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 21 Mar 2026 07:53:02 +0000 Subject: [PATCH] Reduce Litestream backup frequency to daily --- config/litestream.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config/litestream.yaml b/config/litestream.yaml index 0fe39b13..d2ad6662 100644 --- a/config/litestream.yaml +++ b/config/litestream.yaml @@ -6,5 +6,6 @@ dbs: bucket: ffmusiclibrary path: prod endpoint: https://nbg1.your-objectstorage.com - sync-interval: 1m - retention: 672h # 4 weeks + sync-interval: 24h + snapshot-interval: 24h + retention: 168h # 1 week