dotfiles/home/dot_config/borgmatic.d/torus_common.yaml

25 lines
602 B
YAML
Raw Normal View History

2024-09-14 14:13:51 -07:00
source_directories:
- /engi/apps # Docker containers and data
#- /engi/backup # Static files and service dumps
#- /home/tstarr/Sync # Syncthing files on Torus
exclude_patterns:
- '**/code-server/config/**'
- '**/code-server/workspace/**'
- '**/immich/library/**'
archive_name_format: 'torus.borg-{now}'
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
encryption_passcommand: cat /run/agenix/borg/torus/password
compression: zstd,22
checks:
- name: repository
- name: spot
count_tolerance_percentage: 10
data_sample_percentage: 1
data_tolerance_percentage: 0.5