๐Ÿ“— Ansible playbooks and roles for building an idempotent, interconnected and scalable infrastructure
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible-playbooks/roles/restic/defaults/main.yml

11 lines
227 B

2 years ago
restic_default_backup_retention:
within_daily: 7d
within_weekly: 1m
within_monthly: 1y
within_yearly: 10y
restic_dir:
linux: /etc/restic
windows: "%ProgramFiles%\\restic"
windows_psh: "$Env:ProgramFiles\\restic"