Skip to content

Releases: hadret/ansible-role-restic

v1.3.0

13 Feb 13:33
e915950
Compare
Choose a tag to compare
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'

v1.2.1

09 Feb 07:21
Compare
Choose a tag to compare
  • Bumped restic to version 0.12.1.
  • Added feature to provide basic Prometheus metrics integration (but see #8).
  • Added Debian 11 bullseye to supported distributions.
  • Removed Debian 10 and Ubuntu 16.04 from supported distributions.
  • Fixed tests.

v1.1.0

05 Oct 14:41
95d112e
Compare
Choose a tag to compare
  • 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 override no_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

23 Oct 20:15
6f28d5c
Compare
Choose a tag to compare

fix: remove run_once when downloading restic binary.

v1.0.1

21 Aug 09:54
ab4d44f
Compare
Choose a tag to compare
feat: add Travis CI support.

v1.0.0

05 Jun 07:59
96e6c7f
Compare
Choose a tag to compare
feat: bump up restic version to 0.9.5.