Skip to content

Latest commit

 

History

History
79 lines (51 loc) · 2.09 KB

CHANGES.rst

File metadata and controls

79 lines (51 loc) · 2.09 KB

Changelog

v0.1.6

Released: 2015-06-11

  • Add rsnapshot_cmd_rsync variable which allows you to set the path to a script executed during backup. [drybjed]
  • Add rsync-no-vanished wrapper script, which bypasses an issue when files during long backups vanish and the backup cycle is broken. It's set to be run by default for all hosts, can be overriden per host. [drybjed]

v0.1.5

Released: 2015-04-30

  • Add /lib32 directory to the list of default excluded directories. [drybjed]
  • Disable ssh_args setting on Debian Jessie due to Debian Bug #717451 to allow backups to run. It will be re-enabled when a fix is released in future Jessie point release. [drybjed]

v0.1.4

Released: 2015-03-19

  • Add a way to reset known SSH host fingerprints in case that hosts are reinstalled or other related issues are occuring. [drybjed]

v0.1.3

Released: 2015-02-26

  • Role will ignore other rsnapshot client hosts while configuring the servers. This allows multiple rsnapshot clients to exist in [debops_rsnapshot] group and other groups without issues. [drybjed]
  • You can create a client host without internal servers by setting rsnapshot_servers: '{{ groups.debops_rsnapshot }}' in inventory for this host. It can then be used to backup only external hosts, if needed. [drybjed]

v0.1.2

Released: 2015-02-26

  • rsnapshot_one_fs default value is set to 0 to enable backups across filesystems. This is less surprising and makes sure that everything that should be backed up, is backed up by default. [drybjed]
  • Add more OpenVZ directories to includes/excludes. [drybjed]

v0.1.1

Released: 2015-02-23

  • Scan SSH fingerprints separately from hosts with custom backup hostname, otherwise Ansible throws an error about missing dict key in list of results [drybjed]

v0.1.0

Released: 2015-02-22

  • Initial release [drybjed]