restic

This commit is contained in:
JMARyA 2025-04-25 13:06:16 +02:00
parent 12f101bf46
commit 1d3a1b7a60
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
6 changed files with 327 additions and 17 deletions

View file

@ -96,3 +96,32 @@
# keep_weekly = 4
# keep_monthly = 6
# keep_yearly = 2
# Restic Operation
# [[restic]]
# repo = "/backup/repo.restic"
# passphrase = "password"
# src = [
# "/dir"
# ]
# exclude = [
# "/exclude"
# ]
# exclude_caches = true
# exclude_if_present = [
# ".nobk"
# ]
# reread = true
# one_file_system = true
# concurrency = 4
# tags = [
# "tag1"
# ]
# compression = "auto"
# ensure_exists = "/dir"
# cephfs_snap = true
# same_path = true