✨ restic
This commit is contained in:
parent
12f101bf46
commit
1d3a1b7a60
6 changed files with 327 additions and 17 deletions
29
config.toml
29
config.toml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue