浏览代码

Add note for software for automating backup docs

Closes https://github.com/borgbackup/borg/issues/4581.
Luke Murphy 6 年之前
父节点
当前提交
878edc8d8b
共有 2 个文件被更改,包括 7 次插入0 次删除
  1. 5 0
      docs/quickstart.rst
  2. 2 0
      docs/resources.rst

+ 5 - 0
docs/quickstart.rst

@@ -158,6 +158,11 @@ your setup.
 Do not forget to test your created backups to make sure everything you need is being
 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.
 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
     #!/bin/sh

+ 2 - 0
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) <https://www.youtube.com/watch?v=K4k_4wDkG6Q>`_
 - `Evolution of Borg (youtube) <https://www.youtube.com/watch?v=K4k_4wDkG6Q>`_
 
 
+.. _software:
+
 Software
 Software
 --------
 --------