Explorar el Código

docs: remove outdated docs/man files about borg change-passphrase

this is borg key change-passphrase now.
Thomas Waldmann hace 1 semana
padre
commit
7644b04df2
Se han modificado 2 ficheros con 0 adiciones y 108 borrados
  1. 0 57
      docs/man/borg-change-passphrase.1
  2. 0 51
      docs/usage/change-passphrase.rst.inc

+ 0 - 57
docs/man/borg-change-passphrase.1

@@ -1,57 +0,0 @@
-.\" Man page generated from reStructuredText.
-.
-.TH BORG-CHANGE-PASSPHRASE 1 "2017-11-25" "" "borg backup tool"
-.SH NAME
-borg-change-passphrase \- Change repository key file passphrase
-.
-.nr rst2man-indent-level 0
-.
-.de1 rstReportMargin
-\\$1 \\n[an-margin]
-level \\n[rst2man-indent-level]
-level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
--
-\\n[rst2man-indent0]
-\\n[rst2man-indent1]
-\\n[rst2man-indent2]
-..
-.de1 INDENT
-.\" .rstReportMargin pre:
-. RS \\$1
-. nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
-. nr rst2man-indent-level +1
-.\" .rstReportMargin post:
-..
-.de UNINDENT
-. RE
-.\" indent \\n[an-margin]
-.\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
-.nr rst2man-indent-level -1
-.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
-.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
-..
-.SH SYNOPSIS
-.sp
-borg [common options] change\-passphrase [options] [REPOSITORY]
-.SH DESCRIPTION
-.sp
-The key files used for repository encryption are optionally passphrase
-protected. This command can be used to change this passphrase.
-.sp
-Please note that this command only changes the passphrase, but not any
-secret protected by it (like e.g. encryption/MAC keys or chunker seed).
-Thus, changing the passphrase after passphrase and borg key got compromised
-does not protect future (nor past) backups to the same repository.
-.SH OPTIONS
-.sp
-See \fIborg\-common(1)\fP for common options of Borg commands.
-.SS arguments
-.sp
-REPOSITORY
-.SH SEE ALSO
-.sp
-\fIborg\-common(1)\fP
-.SH AUTHOR
-The Borg Collective
-.\" Generated by docutils manpage writer.
-.

+ 0 - 51
docs/usage/change-passphrase.rst.inc

@@ -1,51 +0,0 @@
-.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
-
-.. _borg_change-passphrase:
-
-borg change-passphrase
-----------------------
-.. code-block:: none
-
-    borg [common options] change-passphrase [options] [REPOSITORY]
-
-.. only:: html
-
-    .. class:: borg-options-table
-
-    +-------------------------------------------------------+----------------+--+
-    | **positional arguments**                                                  |
-    +-------------------------------------------------------+----------------+--+
-    |                                                       | ``REPOSITORY`` |  |
-    +-------------------------------------------------------+----------------+--+
-    | .. class:: borg-common-opt-ref                                            |
-    |                                                                           |
-    | :ref:`common_options`                                                     |
-    +-------------------------------------------------------+----------------+--+
-
-    .. raw:: html
-
-        <script type='text/javascript'>
-        $(document).ready(function () {
-            $('.borg-options-table colgroup').remove();
-        })
-        </script>
-
-.. only:: latex
-
-    REPOSITORY
-
-
-
-    :ref:`common_options`
-        |
-
-Description
-~~~~~~~~~~~
-
-The key files used for repository encryption are optionally passphrase
-protected. This command can be used to change this passphrase.
-
-Please note that this command only changes the passphrase, but not any
-secret protected by it (like e.g. encryption/MAC keys or chunker seed).
-Thus, changing the passphrase after passphrase and borg key got compromised
-does not protect future (nor past) backups to the same repository.