Pārlūkot izejas kodu

[DOCS] Move content of resources doc page to community project, #2088

Thalian 5 gadi atpakaļ
vecāks
revīzija
bfbb1ca525
4 mainītis faili ar 0 papildinājumiem un 57 dzēšanām
  1. 0 1
      docs/book.rst
  2. 0 1
      docs/index.rst
  3. 0 5
      docs/quickstart.rst
  4. 0 50
      docs/resources.rst

+ 0 - 1
docs/book.rst

@@ -18,7 +18,6 @@ Borg documentation
     deployment
     deployment
     faq
     faq
     support
     support
-    resources
     changes
     changes
     internals
     internals
     development
     development

+ 0 - 1
docs/index.rst

@@ -17,7 +17,6 @@ Borg Documentation
    deployment
    deployment
    faq
    faq
    support
    support
-   resources
    changes
    changes
    internals
    internals
    development
    development

+ 0 - 5
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
 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

+ 0 - 50
docs/resources.rst

@@ -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
-  <https://asciinema.org/a/28691?autoplay=1&speed=2>`_  (english screencast)
-
-- `TW's slides for borgbackup talks / lightning talks
-  <https://slides.com/thomaswaldmann>`_ (just grab the latest ones)
-
-- `Attic / Borg Backup talk from GPN 2015 (media.ccc.de)
-  <https://media.ccc.de/browse/conferences/gpn/gpn15/gpn15-6942-attic_borg_backup.html#video>`_
-- `Attic / Borg Backup talk from GPN 2015 (youtube)
-  <https://www.youtube.com/watch?v=Nb5nXEKSN-k>`_
-
-- `Attic talk from Easterhegg 2015 (media.ccc.de)
-  <https://media.ccc.de/v/eh15_-_49_-__-_saal_-_201504042130_-_attic_-_the_holy_grail_of_backups_-_thomas#video>`_
-- `Attic talk from Easterhegg 2015 (youtube)
-  <https://www.youtube.com/watch?v=96VEAAFDtJw>`_
-
-- `Attic Backup: Mount your encrypted backups over ssh (youtube)
-  <https://www.youtube.com/watch?v=BVXDFv9YMp8>`_
-
-- `Evolution of Borg (youtube)
-  <https://www.youtube.com/watch?v=K4k_4wDkG6Q>`_
-
-.. _software:
-
-Software
---------
-
-- `BorgWeb - a very simple web UI for BorgBackup
-  <https://borgweb.readthedocs.io/>`_
-- some other stuff found at the `BorgBackup Github organisation
-  <https://github.com/borgbackup/>`_
-- `borgmatic <https://torsion.org/borgmatic/>`_ - simple wrapper script for
-  BorgBackup that creates and prunes backups
-- `vorta <https://github.com/borgbase/vorta>` - A gui for borg backup, based
-  on python and qt.