diff --git a/docs/book.rst b/docs/book.rst index 412cce28..56b724b2 100644 --- a/docs/book.rst +++ b/docs/book.rst @@ -18,7 +18,6 @@ Borg documentation deployment faq support - resources changes internals development diff --git a/docs/index.rst b/docs/index.rst index 96afc1f0..9675ed98 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,7 +17,6 @@ Borg Documentation deployment faq support - resources changes internals development diff --git a/docs/quickstart.rst b/docs/quickstart.rst index b304e5dd..ea899046 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -161,11 +161,6 @@ 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 deleted file mode 100644 index bd8d0e02..00000000 --- a/docs/resources.rst +++ /dev/null @@ -1,50 +0,0 @@ -.. include:: global.rst.inc -.. _resources: - -Resources -========= - -This is a collection of additional resources that are somehow related to -borgbackup. - - -Videos, Talks, Presentations ----------------------------- - -Some of them refer to attic, but you can do the same stuff (and more) with borgbackup. - -- `BorgBackup Installation and Basic Usage - `_ (english screencast) - -- `TW's slides for borgbackup talks / lightning talks - `_ (just grab the latest ones) - -- `Attic / Borg Backup talk from GPN 2015 (media.ccc.de) - `_ -- `Attic / Borg Backup talk from GPN 2015 (youtube) - `_ - -- `Attic talk from Easterhegg 2015 (media.ccc.de) - `_ -- `Attic talk from Easterhegg 2015 (youtube) - `_ - -- `Attic Backup: Mount your encrypted backups over ssh (youtube) - `_ - -- `Evolution of Borg (youtube) - `_ - -.. _software: - -Software --------- - -- `BorgWeb - a very simple web UI for BorgBackup - `_ -- some other stuff found at the `BorgBackup Github organisation - `_ -- `borgmatic `_ - simple wrapper script for - BorgBackup that creates and prunes backups -- `vorta ` - A gui for borg backup, based - on python and qt.