diff --git a/docs/quickstart.rst b/docs/quickstart.rst index bac894b1e..80ec178f8 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -160,6 +160,11 @@ your setup. Do not forget to test your created backups to make sure everything you need is being backed up and that the ``prune`` command is keeping and deleting the correct backups. +.. note:: + + Please see the :ref:`software` section for related tooling for automating + backups. + :: #!/bin/sh diff --git a/docs/resources.rst b/docs/resources.rst index 8cd0f257e..d9d566810 100644 --- a/docs/resources.rst +++ b/docs/resources.rst @@ -27,6 +27,8 @@ Some of them refer to attic, but you can do the same stuff (and more) with borgb - `Evolution of Borg (youtube) `_ +.. _software: + Software --------