|
@@ -12,23 +12,25 @@ borg init
|
|
|
|
|
|
.. class:: borg-options-table
|
|
|
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
- | **positional arguments** |
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
- | | ``REPOSITORY`` | repository to create |
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
- | **optional arguments** |
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
- | | ``-e MODE``, ``--encryption MODE`` | select encryption key mode **(required)** |
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
- | | ``--append-only`` | create an append-only mode repository |
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
- | | ``--storage-quota QUOTA`` | Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota. |
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
- | .. class:: borg-common-opt-ref |
|
|
|
- | |
|
|
|
- | :ref:`common_options` |
|
|
|
- +-------------------------------------------------------+------------------------------------+-----------------------------------------------------------------------------+
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | **positional arguments** |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | | ``REPOSITORY`` | repository to create |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | **optional arguments** |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | | ``-e MODE``, ``--encryption MODE`` | select encryption key mode **(required)** |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | | ``--append-only`` | create an append-only mode repository |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | | ``--storage-quota QUOTA`` | Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota. |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | | ``--make-parent-dirs`` | create the parent directories of the repository directory, if they are missing. |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
+ | .. class:: borg-common-opt-ref |
|
|
|
+ | |
|
|
|
+ | :ref:`common_options` |
|
|
|
+ +-------------------------------------------------------+------------------------------------+---------------------------------------------------------------------------------+
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
@@ -48,6 +50,7 @@ borg init
|
|
|
-e MODE, --encryption MODE select encryption key mode **(required)**
|
|
|
--append-only create an append-only mode repository
|
|
|
--storage-quota QUOTA Set storage quota of the new repository (e.g. 5G, 1.5T). Default: no quota.
|
|
|
+ --make-parent-dirs create the parent directories of the repository directory, if they are missing.
|
|
|
|
|
|
|
|
|
:ref:`common_options`
|