- Changed:
restic-scheduler.timer
start-time to02:30 UTC
- Changed: set a random
30m
delay torestic-scheduler.timer
via systemd-timer - this will avoid connection limit issues in case multiple tasks are runnung in parallel - Changed: set a random
60m
delay torestic-retention.timer
via systemd-timer - this will avoid connection limit issues in case multiple tasks are runnung in parallel
- Bugfix: for compatibility with legacy restic version
<0.9.6
withoutRESTIC_CACHE_DIR
environment variable support, the--cache-dir
argument is set toRESTIC_CACHE_DIR
- Changed: restic cache dir is provided as environment variable (can be overridden by env file or additional argument)
- Added: systemd units to send backup logs (from journald) via taskrunner to custom http endpoint
- initial public release