Skip to content

Releases: arillso/ansible.restic

0.3.0

25 Mar 09:18
Compare
Choose a tag to compare

🍰 Added

  • support for basic logging of backup result (#21)
  • git-chglog
  • github workflows (#25)
  • example for backup syntax (#24)

🐞 Fixed

  • error when trying to re-initialize b2 repository (#22)

🔧 Changed

  • set default restic version to 0.12.0 (#39)
  • backups can be defined as dicts (#28)
  • bump default restic version to 0.11.0 (#27)
  • move old changelog

🧬 Dependencies

  • robertdebock/molecule-action from 2.6.8 to 2.6.16 (#34)
  • robertdebock/galaxy-action from 1.1.0 to 1.1.1 (#36)
  • github/super-linter from v3 to v3.15.3 (#38)
  • robertdebock/molecule-action from 2.6.4 to 2.6.8 (#31)
  • robertdebock/molecule-action from 2.6.3 to 2.6.4 (#29)
  • robertdebock/galaxy-action from 1.0.3 to 1.1.0 (#26)

0.2.8

08 Sep 08:19
61c46ac
Compare
Choose a tag to compare

Added

  • Sanity check for restic binary
  • Support for the Backblaze B2 backend

0.2.7

05 Aug 10:33
b3644e7
Compare
Choose a tag to compare

Added

  • Config option to exclude files
  • Contributing guide

0.2.6

05 Jun 06:34
Compare
Choose a tag to compare

Changed

  • Password now use regex_escape() filter in templates

0.2.5

02 Jun 17:54
Compare
Choose a tag to compare

Fixed:

  • AWS credentials are now supplied to the initialising step
  • Cronjob step does not fail if scheduled parameter is not set on repo
  • init respects 'config already initialized' string

0.2.4

01 Jun 17:31
Compare
Choose a tag to compare

Added

  • aws_default_region for repos

0.2.3

18 May 09:29
ee450c4
Compare
Choose a tag to compare

Fixed

  • extraction path is actually generated

0.2.2

18 May 07:21
103ad81
Compare
Choose a tag to compare

Changed

  • Updated default Restic version to '0.9.6'

Fixed

  • Backup scripts use bash (@maciekmm)
  • SFTP Link correctly renders in MD

0.2.1

07 Apr 07:02
Compare
Choose a tag to compare

Fixed

Release 0.2.0

17 Dec 13:21
Compare
Choose a tag to compare

Added

  • S3 Support