Releases: hadret/ansible-role-restic
Releases · hadret/ansible-role-restic
v1.3.0
jobs:
- command: 'restic-backblaze-example backup /var'
at: '0 4 * * *'
pre_command: 'mysqldump --all-databases > /srv/my.sql'
- command: 'restic-backblaze-example backup /home'
at: '0 3 * * *'
user: 'restic'
post_command: 'systemctl restart some-app'
- command: 'restic-backblaze-example backup /var/or/sth'
at: '0 5 * * *'
pre_command: 'mysqldump --all-databases > /srv/my.sql'
post_command: 'systemctl restart some-app'
- Brought back user to job scope (with fallback to restic_user).
- Fixed handling case when having spaces in the job name.
- Fixed run APT update pre-task only on Debian-based distributions.
- Added FreeBSD 12.3 to supported versions.
- Added Debian 11 bullseye to supported versions.
- Added RedHat-based distros to supported platforms.
- Removed ubuntu1804 in favor of rockylinux8 for CI tests.
v1.2.1
v1.1.0
- Bumped
restic
to version 0.10.0 (fixes #3). - Bumped supported Ubuntu LTS releases (20.04
focal
added). - Initial support for FreeBSD (11.4, 12.1, 12.2, 13.0).
- New
restic_ansible_nolog
variable to overrideno_log
setting on runtime (helps w/ debugging). - Fixed
bzip2
dependency for Debian. - Fixed
restic_discard_cron_stdout
setting for jobs.
v1.0.2: Merge pull request #1 from asosso/patch-1
fix: remove run_once
when downloading restic
binary.