From 77a860cc620bee3f48aac73dc8c5f24421c08aa1 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 19 Jun 2021 19:04:22 -0700 Subject: [PATCH] Link borgmatic Ansible role from installation documentation. --- NEWS | 4 ++++ docs/how-to/set-up-backups.md | 1 + setup.py | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 21a7ed5e..adfc2f48 100644 --- a/NEWS +++ b/NEWS @@ -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/ diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index 67264167..06440b83 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -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/) diff --git a/setup.py b/setup.py index ca2613cc..31b47dd2 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = '1.5.15' +VERSION = '1.5.16.dev0' setup(