|
@@ -37,7 +37,7 @@ Exclusion options
|
|
``--exclude-if-present NAME``
|
|
``--exclude-if-present NAME``
|
|
| exclude directories that are tagged by containing a filesystem object with the given NAME
|
|
| exclude directories that are tagged by containing a filesystem object with the given NAME
|
|
``--keep-exclude-tags``, ``--keep-tag-files``
|
|
``--keep-exclude-tags``, ``--keep-tag-files``
|
|
- | if tag objects are specified with --exclude-if-present, don't omit the tag objects themselves from the backup archive
|
|
|
|
|
|
+ | if tag objects are specified with ``--exclude-if-present``, don't omit the tag objects themselves from the backup archive
|
|
``--pattern PATTERN``
|
|
``--pattern PATTERN``
|
|
| experimental: include/exclude paths matching PATTERN
|
|
| experimental: include/exclude paths matching PATTERN
|
|
``--patterns-from PATTERNFILE``
|
|
``--patterns-from PATTERNFILE``
|
|
@@ -55,9 +55,9 @@ Archive options
|
|
``-C COMPRESSION``, ``--compression COMPRESSION``
|
|
``-C COMPRESSION``, ``--compression COMPRESSION``
|
|
| select compression algorithm, see the output of the "borg help compression" command for details.
|
|
| select compression algorithm, see the output of the "borg help compression" command for details.
|
|
``--recompress``
|
|
``--recompress``
|
|
- | recompress data chunks according to --compression if "if-different". When "always", chunks that are already compressed that way are not skipped, but compressed again. Only the algorithm is considered for "if-different", not the compression level (if any).
|
|
|
|
|
|
+ | recompress data chunks according to ``--compression`` if `if-different`. When `always`, chunks that are already compressed that way are not skipped, but compressed again. Only the algorithm is considered for `if-different`, not the compression level (if any).
|
|
``--chunker-params PARAMS``
|
|
``--chunker-params PARAMS``
|
|
- | specify the chunker parameters (CHUNK_MIN_EXP, CHUNK_MAX_EXP, HASH_MASK_BITS, HASH_WINDOW_SIZE) or "default" to use the current defaults. default: 19,23,21,4095
|
|
|
|
|
|
+ | specify the chunker parameters (CHUNK_MIN_EXP, CHUNK_MAX_EXP, HASH_MASK_BITS, HASH_WINDOW_SIZE) or `default` to use the current defaults. default: 19,23,21,4095
|
|
|
|
|
|
Description
|
|
Description
|
|
~~~~~~~~~~~
|
|
~~~~~~~~~~~
|
|
@@ -66,33 +66,33 @@ Recreate the contents of existing archives.
|
|
|
|
|
|
This is an *experimental* feature. Do *not* use this on your only backup.
|
|
This is an *experimental* feature. Do *not* use this on your only backup.
|
|
|
|
|
|
---exclude, --exclude-from, --exclude-if-present, --keep-exclude-tags, and PATH
|
|
|
|
|
|
+``--exclude``, ``--exclude-from``, ``--exclude-if-present``, ``--keep-exclude-tags``, and PATH
|
|
have the exact same semantics as in "borg create". If PATHs are specified the
|
|
have the exact same semantics as in "borg create". If PATHs are specified the
|
|
resulting archive will only contain files from these PATHs.
|
|
resulting archive 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).
|
|
|
|
|
|
---recompress allows to change the compression of existing data in archives.
|
|
|
|
|
|
+``--recompress`` allows to change the compression of existing data in archives.
|
|
Due to how Borg stores compressed size information this might display
|
|
Due to how Borg stores compressed size information this might display
|
|
incorrect information for archives that were not recreated at the same time.
|
|
incorrect information for archives that were not recreated at the same time.
|
|
There is no risk of data loss by this.
|
|
There is no risk of data loss by this.
|
|
|
|
|
|
---chunker-params will re-chunk all files in the archive, this can be
|
|
|
|
|
|
+``--chunker-params`` will re-chunk all files in the archive, this can be
|
|
used to have upgraded Borg 0.xx or Attic archives deduplicate with
|
|
used to have upgraded Borg 0.xx or Attic archives deduplicate with
|
|
Borg 1.x archives.
|
|
Borg 1.x archives.
|
|
|
|
|
|
**USE WITH CAUTION.**
|
|
**USE WITH CAUTION.**
|
|
Depending on the PATHs and patterns given, recreate can be used to permanently
|
|
Depending on the PATHs and patterns given, recreate can be used to permanently
|
|
delete files from archives.
|
|
delete files from archives.
|
|
-When in doubt, use "--dry-run --verbose --list" to see how patterns/PATHS are
|
|
|
|
|
|
+When in doubt, use ``--dry-run --verbose --list`` to see how patterns/PATHS are
|
|
interpreted.
|
|
interpreted.
|
|
|
|
|
|
The archive being recreated is only removed after the operation completes. The
|
|
The archive being recreated is only removed after the operation completes. The
|
|
archive that is built during the operation exists at the same time at
|
|
archive that is built during the operation exists at the same time at
|
|
"<ARCHIVE>.recreate". The new archive will have a different archive ID.
|
|
"<ARCHIVE>.recreate". The new archive will have a different archive ID.
|
|
|
|
|
|
-With --target the original archive is not replaced, instead a new archive is created.
|
|
|
|
|
|
+With ``--target`` the original archive is not replaced, instead a new archive is created.
|
|
|
|
|
|
When rechunking space usage can be substantial, expect at least the entire
|
|
When rechunking space usage can be substantial, expect at least the entire
|
|
deduplicated size of the archives using the previous chunker params.
|
|
deduplicated size of the archives using the previous chunker params.
|