summaryrefslogtreecommitdiffstats
path: root/docs/usage/extract.rst.inc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage/extract.rst.inc')
-rw-r--r--docs/usage/extract.rst.inc14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/usage/extract.rst.inc b/docs/usage/extract.rst.inc
index 76e3e70b2..ce6ede4cc 100644
--- a/docs/usage/extract.rst.inc
+++ b/docs/usage/extract.rst.inc
@@ -51,9 +51,9 @@ borg extract
+-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
| | ``--exclude-from EXCLUDEFILE`` | read exclude patterns from EXCLUDEFILE, one per line |
+-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
- | | ``--pattern PATTERN`` | experimental: include/exclude paths matching PATTERN |
+ | | ``--pattern PATTERN`` | include/exclude paths matching PATTERN |
+-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
- | | ``--patterns-from PATTERNFILE`` | experimental: read include/exclude patterns from PATTERNFILE, one per line |
+ | | ``--patterns-from PATTERNFILE`` | 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. |
+-------------------------------------------------------+---------------------------------------+-----------------------------------------------------------------------------------------------------------+
@@ -93,8 +93,8 @@ borg extract
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
+ --pattern PATTERN include/exclude paths matching PATTERN
+ --patterns-from PATTERNFILE 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.
@@ -118,4 +118,8 @@ pass over the archive metadata.
.. note::
Currently, extract always writes into the current working directory ("."),
- so make sure you ``cd`` to the right place before calling ``borg extract``. \ No newline at end of file
+ so make sure you ``cd`` to the right place before calling ``borg extract``.
+
+ When parent directories are not extracted (because of using file/directory selection
+ or any other reason), borg can not restore parent directories' metadata, e.g. owner,
+ group, permission, etc. \ No newline at end of file