|
@@ -12,29 +12,33 @@ borg upgrade
|
|
|
|
|
|
.. class:: borg-options-table
|
|
|
|
|
|
- +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
|
|
|
- | **positional arguments** |
|
|
|
- +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
|
|
|
- | | ``REPOSITORY`` | path to the repository to be upgraded |
|
|
|
- +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
|
|
|
- | **options** |
|
|
|
- +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
|
|
|
- | | ``-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). |
|
|
|
- +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
|
|
|
- | | ``--archives-tam`` | add TAM authentication for all archives. |
|
|
|
- +-------------------------------------------------------+-----------------------+------------------------------------------------------------------------------------------------+
|
|
|
- | .. 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). |
|
|
|
+ +-------------------------------------------------------+--------------------------+------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--check-tam`` | check manifest authentication (in key and cache). |
|
|
|
+ +-------------------------------------------------------+--------------------------+------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--disable-tam`` | Disable manifest authentication (in key and cache). |
|
|
|
+ +-------------------------------------------------------+--------------------------+------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--check-archives-tam`` | check TAM authentication for all archives. |
|
|
|
+ +-------------------------------------------------------+--------------------------+------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--archives-tam`` | add TAM authentication for all archives. |
|
|
|
+ +-------------------------------------------------------+--------------------------+------------------------------------------------------------------------------------------------+
|
|
|
+ | .. class:: borg-common-opt-ref |
|
|
|
+ | |
|
|
|
+ | :ref:`common_options` |
|
|
|
+ +-------------------------------------------------------+--------------------------+------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
@@ -50,12 +54,14 @@ borg upgrade
|
|
|
path to the repository to be upgraded
|
|
|
|
|
|
|
|
|
- options
|
|
|
+ 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).
|
|
|
+ --check-tam check manifest authentication (in key and cache).
|
|
|
--disable-tam Disable manifest authentication (in key and cache).
|
|
|
+ --check-archives-tam check TAM authentication for all archives.
|
|
|
--archives-tam add TAM authentication for all archives.
|
|
|
|
|
|
|