summaryrefslogtreecommitdiffstats
path: root/docs/usage/upgrade.rst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/upgrade.rst.inc')
-rw-r--r--docs/usage/upgrade.rst.inc54
1 files changed, 26 insertions, 28 deletions
diff --git a/docs/usage/upgrade.rst.inc b/docs/usage/upgrade.rst.inc
index 980d9de28..eafa4362a 100644
--- a/docs/usage/upgrade.rst.inc
+++ b/docs/usage/upgrade.rst.inc
@@ -6,34 +6,33 @@ borg upgrade
------------
.. code-block:: none
- borg [common options] upgrade [options] REPOSITORY
+ borg [common options] upgrade [options] [REPOSITORY]
.. only:: html
.. class:: borg-options-table
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | **positional arguments** |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | | ``REPOSITORY`` | path to the repository to be upgraded |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | **optional arguments** |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | | ``-n``, ``--dry-run`` | do not change repository |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | | ``--inplace`` | rewrite repository in place, with no chance of going back to older |
- | | | versions of the repository. |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | | ``--force`` | Force upgrade |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | | ``--tam`` | Enable manifest authentication (in key and cache) (Borg 1.0.9 and later) |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | | ``--disable-tam`` | Disable manifest authentication (in key and cache) |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
- | .. class:: borg-common-opt-ref |
- | |
- | :ref:`common_options` |
- +-------------------------------------------------------+-----------------------+-------------------------------------------------------------------------------------------------------------------------------+
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | **positional arguments** |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | | ``REPOSITORY`` | path to the repository to be upgraded |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | **optional arguments** |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | | ``-n``, ``--dry-run`` | do not change repository |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | | ``--inplace`` | rewrite repository in place, with no chance of going back to older versions of the repository. |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | | ``--force`` | Force upgrade |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | | ``--tam`` | Enable manifest authentication (in key and cache) (Borg 1.0.9 and later). |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | | ``--disable-tam`` | Disable manifest authentication (in key and cache). |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
+ | .. class:: borg-common-opt-ref |
+ | |
+ | :ref:`common_options` |
+ +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
.. raw:: html
@@ -51,11 +50,10 @@ borg upgrade
optional arguments
-n, --dry-run do not change repository
- --inplace rewrite repository in place, with no chance of going back to older
- versions of the repository.
+ --inplace rewrite repository in place, with no chance of going back to older versions of the repository.
--force Force upgrade
- --tam Enable manifest authentication (in key and cache) (Borg 1.0.9 and later)
- --disable-tam Disable manifest authentication (in key and cache)
+ --tam Enable manifest authentication (in key and cache) (Borg 1.0.9 and later).
+ --disable-tam Disable manifest authentication (in key and cache).
:ref:`common_options`
@@ -144,4 +142,4 @@ WARNING: Running the upgrade in place will make the current
copy unusable with older version, with no way of going back
to previous versions. This can PERMANENTLY DAMAGE YOUR
REPOSITORY! Attic CAN NOT READ BORG REPOSITORIES, as the
-magic strings have changed. You have been warned.
+magic strings have changed. You have been warned. \ No newline at end of file