Skip to content

v0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 17 Nov 12:23
· 347 commits to master since this release

This update changes the way systemd units are generated:
These used to be of type oneshot but it means they can be started more than once.
They have been changed to notify which is like simple but resticprofile is notifying systemd that the schedule has started and stopped.

To change the type on your existing schedules, you'll need to run the commands unschedule and schedule again.

Changelog

ba711f2 change systemd unit to "notify"
9f2edb8 update packages verify self-update binary using checksums.txt file
cff661b update restic to 0.11.0 in docker image