|
@@ -12,25 +12,21 @@ borg repo-create
|
|
|
|
|
|
.. class:: borg-options-table
|
|
|
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | **options** |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | | ``--other-repo SRC_REPOSITORY`` | reuse the key material from the other repository |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | | ``--from-borg1`` | other repository is borg 1.x |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | | ``-e MODE``, ``--encryption MODE`` | select encryption key mode **(required)** |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | | ``--append-only`` | create an append-only mode repository. Note that this only affects the low level structure of the repository, and running `delete` or `prune` will still be allowed. See :ref:`append_only_mode` in Additional Notes for more details. |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | | ``--storage-quota QUOTA`` | Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota. |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | | ``--copy-crypt-key`` | copy the crypt_key (used for authenticated encryption) from the key of the other repo (default: new random key). |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
- | .. class:: borg-common-opt-ref |
|
|
|
- | |
|
|
|
- | :ref:`common_options` |
|
|
|
- +-------------------------------------------------------+------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
|
|
|
+ +-------------------------------------------------------+------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | **options** |
|
|
|
+ +-------------------------------------------------------+------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--other-repo SRC_REPOSITORY`` | reuse the key material from the other repository |
|
|
|
+ +-------------------------------------------------------+------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--from-borg1`` | other repository is borg 1.x |
|
|
|
+ +-------------------------------------------------------+------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``-e MODE``, ``--encryption MODE`` | select encryption key mode **(required)** |
|
|
|
+ +-------------------------------------------------------+------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | | ``--copy-crypt-key`` | copy the crypt_key (used for authenticated encryption) from the key of the other repo (default: new random key). |
|
|
|
+ +-------------------------------------------------------+------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
|
|
+ | .. class:: borg-common-opt-ref |
|
|
|
+ | |
|
|
|
+ | :ref:`common_options` |
|
|
|
+ +-------------------------------------------------------+------------------------------------+------------------------------------------------------------------------------------------------------------------+
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
@@ -48,8 +44,6 @@ borg repo-create
|
|
|
--other-repo SRC_REPOSITORY reuse the key material from the other repository
|
|
|
--from-borg1 other repository is borg 1.x
|
|
|
-e MODE, --encryption MODE select encryption key mode **(required)**
|
|
|
- --append-only create an append-only mode repository. Note that this only affects the low level structure of the repository, and running `delete` or `prune` will still be allowed. See :ref:`append_only_mode` in Additional Notes for more details.
|
|
|
- --storage-quota QUOTA Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota.
|
|
|
--copy-crypt-key copy the crypt_key (used for authenticated encryption) from the key of the other repo (default: new random key).
|
|
|
|
|
|
|