paulbsd-salt/states/borg/defaults.yaml
Paul Lecuq ed3aa290e9
All checks were successful
continuous-integration/drone/push Build is passing
updated borg state
2023-11-24 19:33:02 +01:00

13 lines
177 B
YAML

---
borg:
enabled: true
run_user: dkron
working_dir: /opt/borg
log_dir: /var/log/borg
default_dirs:
- scripts
pip_pkgs:
- borgbackup
- llfuse
jobs: {}