- INCOMPATIBLE: Switch default upstream binaries to linuxnew64. They don't work on CentOS 7 and other
old systems. One can still adjust
borgbackup_upstream_url
/borgbackup_upstream_checksum
accordingly. - Updated default borg version to 1.2.7.
- Disable SSH passwort authentication to prevent hanging if the ssh keyfile is not found.
- Added support for
OnFailure
in systemd services.
- Updated default borg version to 1.1.15.
- Added support for rate limiting uploads via
borgbackup_remote_ratelimit
.
- Wait 10 seconds for DNS to propagate after creating a borgbase repository.
- Made
backup_user
andpaths
actually optional when used fromconfigure.yml
.
- Updated default borg version to 1.1.11.
- INCOMPATIBLE: Requires at least ansible 2.9 due to the usage of a new throttle keyword.
- INCOMPATIBLE: Disabled
DAC_READ_SEARCH
cap by default, useborgbackup_use_cap_dac_read_search
to reenable.
- INCOMPATIBLE: Requires at least ansible 2.8 due to the usage of a new module.
- Added support for Travis CI.
- Added support for exclude patterns.
- Fixed key naming on borgbase.com and updated docs.
- Added testing against Centos 8 and Ubuntu 19.10.
- Fixed Ansible Galaxy integration.
- Added support for borgbase.com.
- Removed the creation of the borg user and created custom SSH keys.
- Initial version.