implement basic automatic backup

This commit is contained in:
2026-07-18 20:54:30 +01:00
parent 46ab940295
commit 68a7778a7a
4 changed files with 70 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
env_file: .env
repositories:
- label: ${VYKAR_LABEL}
url: ${VYKAR_URL}
access_token: ${VYKAR_ACCESS_TOKEN}
sources:
- /var/lib/docker/volumes/
encryption:
mode: "chacha20poly1305"
passphrase: ${VYKAR_ENCRYPTION_SECRET}
retention:
keep_daily: 7
keep_weekly: 4
compression:
algorithm: zstd
zstd_level: 3
exclude_patterns: # .gitignore style, relative to each source dir
- "backingFsBlockDev"
# schedule:
# enabled: true
# every: "24h"