summaryrefslogtreecommitdiffstats
path: root/docs/usage/export-tar.rst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/export-tar.rst.inc')
-rw-r--r--docs/usage/export-tar.rst.inc77
1 files changed, 41 insertions, 36 deletions
diff --git a/docs/usage/export-tar.rst.inc b/docs/usage/export-tar.rst.inc
index 684d07578..9fa16e40b 100644
--- a/docs/usage/export-tar.rst.inc
+++ b/docs/usage/export-tar.rst.inc
@@ -6,41 +6,43 @@ borg export-tar
---------------
.. code-block:: none
- borg [common options] export-tar [options] ARCHIVE FILE PATH
+ borg [common options] export-tar [options] ARCHIVE FILE [PATH...]
.. only:: html
.. class:: borg-options-table
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | **positional arguments** |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``ARCHIVE`` | archive to export |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``FILE`` | output tar file. "-" to write to stdout instead. |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``PATH`` | paths to extract; patterns are supported |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | **optional arguments** |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``--tar-filter`` | filter program to pipe data through |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``--list`` | output verbose list of items (files, dirs, ...) |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``-e PATTERN``, ``--exclude PATTERN`` | exclude paths matching PATTERN |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``--exclude-from EXCLUDEFILE`` | read exclude patterns from EXCLUDEFILE, one per line |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``--pattern PATTERN`` | experimental: include/exclude paths matching PATTERN |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``--patterns-from PATTERNFILE`` | experimental: read include/exclude patterns from PATTERNFILE, one per line |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | | ``--strip-components NUMBER`` | Remove the specified number of leading path elements. Pathnames with fewer elements will be silently skipped. |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
- | .. class:: borg-common-opt-ref |
- | |
- | :ref:`common_options` |
- +-------------------------------------------------------+---------------------------------------+---------------------------------------------------------------------------------------------------------------+
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | **positional arguments** |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``ARCHIVE`` | archive to export |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``FILE`` | output tar file. "-" to write to stdout instead. |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``PATH`` | paths to extract; patterns are supported |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | **optional arguments** |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``--tar-filter`` | filter program to pipe data through |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``--list`` | output verbose list of items (files, dirs, ...) |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | .. class:: borg-common-opt-ref |
+ | |
+ | :ref:`common_options` |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | **Exclusion options** |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``-e PATTERN``, ``--exclude PATTERN`` | exclude paths matching PATTERN |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``--exclude-from EXCLUDEFILE`` | read exclude patterns from EXCLUDEFILE, one per line |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``--pattern PATTERN`` | experimental: include/exclude paths matching PATTERN |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``--patterns-from PATTERNFILE`` | experimental: read include/exclude patterns from PATTERNFILE, one per line |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
+ | | ``--strip-components NUMBER`` | Remove the specified number of leading path elements. Paths with fewer elements will be silently skipped. |
+ +-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
.. raw:: html
@@ -61,17 +63,20 @@ borg export-tar
optional arguments
- --tar-filter filter program to pipe data through
- --list output verbose list of items (files, dirs, ...)
+ --tar-filter filter program to pipe data through
+ --list output verbose list of items (files, dirs, ...)
+
+
+ :ref:`common_options`
+ |
+
+ Exclusion options
-e PATTERN, --exclude PATTERN exclude paths matching PATTERN
--exclude-from EXCLUDEFILE read exclude patterns from EXCLUDEFILE, one per line
--pattern PATTERN experimental: include/exclude paths matching PATTERN
--patterns-from PATTERNFILE experimental: read include/exclude patterns from PATTERNFILE, one per line
- --strip-components NUMBER Remove the specified number of leading path elements. Pathnames with fewer elements will be silently skipped.
-
+ --strip-components NUMBER Remove the specified number of leading path elements. Paths with fewer elements will be silently skipped.
- :ref:`common_options`
- |
Description
~~~~~~~~~~~