mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-27 02:08:54 +00:00
Merge pull request #5238 from fantasya-pbem/docs/5193_Recreate-exclude-if-present
docs: clarify --exclude-if-present in recreate, #5193
This commit is contained in:
commit
5b5bd9f7f2
1 changed files with 4 additions and 3 deletions
|
@ -4092,9 +4092,10 @@ def define_borg_mount(parser):
|
||||||
|
|
||||||
Important: Repository disk space is **not** freed until you run ``borg compact``.
|
Important: Repository disk space is **not** freed until you run ``borg compact``.
|
||||||
|
|
||||||
``--exclude``, ``--exclude-from``, ``--exclude-if-present``, ``--keep-exclude-tags``, and PATH
|
``--exclude``, ``--exclude-from``, ``--exclude-if-present``, ``--keep-exclude-tags``
|
||||||
have the exact same semantics as in "borg create". If PATHs are specified the
|
and PATH have the exact same semantics as in "borg create", but they only check
|
||||||
resulting archive will only contain files from these PATHs.
|
for files in the archives and not in the local file system. If PATHs are specified,
|
||||||
|
the resulting archives will only contain files from these PATHs.
|
||||||
|
|
||||||
Note that all paths in an archive are relative, therefore absolute patterns/paths
|
Note that all paths in an archive are relative, therefore absolute patterns/paths
|
||||||
will *not* match (``--exclude``, ``--exclude-from``, PATHs).
|
will *not* match (``--exclude``, ``--exclude-from``, PATHs).
|
||||||
|
|
Loading…
Reference in a new issue