Link borgmatic Ansible role from installation documentation.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dan Helfman 2021-06-19 19:04:22 -07:00
parent 7bd6374751
commit 77a860cc62
3 changed files with 6 additions and 1 deletions

4
NEWS
View File

@ -1,3 +1,7 @@
1.5.16.dev0
* Link borgmatic Ansible role from installation documentation:
https://torsion.org/borgmatic/docs/how-to/set-up-backups/#other-ways-to-install
1.5.15
* #419: Document use case of running backups conditionally based on laptop power level:
https://torsion.org/borgmatic/docs/how-to/backup-to-a-removable-drive-or-an-intermittent-server/

View File

@ -87,6 +87,7 @@ installing borgmatic:
* [Alpine Linux](https://pkgs.alpinelinux.org/packages?name=borgmatic)
* [OpenBSD](http://ports.su/sysutils/borgmatic)
* [openSUSE](https://software.opensuse.org/package/borgmatic)
* [Ansible role](https://github.com/borgbase/ansible-role-borgbackup)
* [stand-alone binary](https://github.com/cmarquardt/borgmatic-binary)
* [virtualenv](https://virtualenv.pypa.io/en/stable/)

View File

@ -1,6 +1,6 @@
from setuptools import find_packages, setup
VERSION = '1.5.15'
VERSION = '1.5.16.dev0'
setup(