| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 | .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!.. _borg_recreate:borg recreate-------------.. code-block:: none    borg [common options] recreate [options] [PATH...].. only:: html    .. class:: borg-options-table    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    | **positional arguments**                                                                                                                                                                                                                                                                                                            |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``PATH``                                          | paths to recreate; patterns are supported                                                                                                                                                         |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    | **optional arguments**                                                                                                                                                                                                                                                                                                              |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--list``                                        | output verbose list of items (files, dirs, ...)                                                                                                                                                   |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--filter STATUSCHARS``                          | only display items with the given status characters (listed in borg create --help)                                                                                                                |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``-n``, ``--dry-run``                             | do not change anything                                                                                                                                                                            |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``-s``, ``--stats``                               | print statistics at end                                                                                                                                                                           |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    | .. class:: borg-common-opt-ref                                                                                                                                                                                                                                                                                                      |    |                                                                                                                                                                                                                                                                                                                                     |    | :ref:`common_options`                                                                                                                                                                                                                                                                                                               |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    | **Include/Exclude options**                                                                                                                                                                                                                                                                                                         |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``-e PATTERN``, ``--exclude PATTERN``             | exclude paths matching PATTERN                                                                                                                                                                    |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--exclude-from EXCLUDEFILE``                    | read exclude patterns from EXCLUDEFILE, one per line                                                                                                                                              |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--pattern PATTERN``                             | include/exclude paths matching PATTERN                                                                                                                                                            |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--patterns-from PATTERNFILE``                   | read include/exclude patterns from PATTERNFILE, one per line                                                                                                                                      |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--exclude-caches``                              | exclude directories that contain a CACHEDIR.TAG file (http://www.bford.info/cachedir/spec.html)                                                                                                   |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--exclude-if-present NAME``                     | exclude directories that are tagged by containing a filesystem object with the given NAME                                                                                                         |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--keep-exclude-tags``                           | if tag objects are specified with ``--exclude-if-present``, don't omit the tag objects themselves from the backup archive                                                                         |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    | **Archive filters** — Archive filters can be applied to repository targets.                                                                                                                                                                                                                                                         |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``-a PATTERN``, ``--match-archives PATTERN``      | only consider archive names matching the pattern. see "borg help match-archives".                                                                                                                 |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--sort-by KEYS``                                | Comma-separated list of sorting keys; valid keys are: timestamp, archive, name, id; default is: timestamp                                                                                         |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--first N``                                     | consider first N archives after other filters were applied                                                                                                                                        |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--last N``                                      | consider last N archives after other filters were applied                                                                                                                                         |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--oldest TIMESPAN``                             | consider archives between the oldest archive's timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.                                                                                                 |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--newest TIMESPAN``                             | consider archives between the newest archive's timestamp and (newest - TIMESPAN), e.g. 7d or 12m.                                                                                                 |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--older TIMESPAN``                              | consider archives older than (now - TIMESPAN), e.g. 7d or 12m.                                                                                                                                    |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--newer TIMESPAN``                              | consider archives newer than (now - TIMESPAN), e.g. 7d or 12m.                                                                                                                                    |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--target TARGET``                               | create a new archive with the name ARCHIVE, do not replace existing archive (only applies for a single archive)                                                                                   |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--comment COMMENT``                             | add a comment text to the archive                                                                                                                                                                 |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--timestamp TIMESTAMP``                         | manually specify the archive creation date/time (yyyy-mm-ddThh:mm:ss[(+|-)HH:MM] format, (+|-)HH:MM is the UTC offset, default: local time zone). Alternatively, give a reference file/directory. |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``-C COMPRESSION``, ``--compression COMPRESSION`` | select compression algorithm, see the output of the "borg help compression" command for details.                                                                                                  |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    |                                                                             | ``--chunker-params PARAMS``                       | rechunk using given chunker parameters (ALGO, CHUNK_MIN_EXP, CHUNK_MAX_EXP, HASH_MASK_BITS, HASH_WINDOW_SIZE) or `default` to use the chunker defaults. default: do not rechunk                   |    +-----------------------------------------------------------------------------+---------------------------------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+    .. raw:: html        <script type='text/javascript'>        $(document).ready(function () {            $('.borg-options-table colgroup').remove();        })        </script>.. only:: latex    PATH        paths to recreate; patterns are supported    optional arguments        --list          output verbose list of items (files, dirs, ...)        --filter STATUSCHARS    only display items with the given status characters (listed in borg create --help)        -n, --dry-run    do not change anything        -s, --stats     print statistics at end    :ref:`common_options`        |    Include/Exclude options        -e PATTERN, --exclude PATTERN     exclude paths matching PATTERN        --exclude-from EXCLUDEFILE        read exclude patterns from EXCLUDEFILE, one per line        --pattern PATTERN                 include/exclude paths matching PATTERN        --patterns-from PATTERNFILE       read include/exclude patterns from PATTERNFILE, one per line        --exclude-caches                  exclude directories that contain a CACHEDIR.TAG file (http://www.bford.info/cachedir/spec.html)        --exclude-if-present NAME         exclude directories that are tagged by containing a filesystem object with the given NAME        --keep-exclude-tags               if tag objects are specified with ``--exclude-if-present``, don't omit the tag objects themselves from the backup archive    Archive filters        -a PATTERN, --match-archives PATTERN     only consider archive names matching the pattern. see "borg help match-archives".        --sort-by KEYS                           Comma-separated list of sorting keys; valid keys are: timestamp, archive, name, id; default is: timestamp        --first N                                consider first N archives after other filters were applied        --last N                                 consider last N archives after other filters were applied        --oldest TIMESPAN                        consider archives between the oldest archive's timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.        --newest TIMESPAN                        consider archives between the newest archive's timestamp and (newest - TIMESPAN), e.g. 7d or 12m.        --older TIMESPAN                         consider archives older than (now - TIMESPAN), e.g. 7d or 12m.        --newer TIMESPAN                         consider archives newer than (now - TIMESPAN), e.g. 7d or 12m.        --target TARGET                          create a new archive with the name ARCHIVE, do not replace existing archive (only applies for a single archive)        --comment COMMENT                        add a comment text to the archive        --timestamp TIMESTAMP                    manually specify the archive creation date/time (yyyy-mm-ddThh:mm:ss[(+|-)HH:MM] format, (+|-)HH:MM is the UTC offset, default: local time zone). Alternatively, give a reference file/directory.        -C COMPRESSION, --compression COMPRESSION    select compression algorithm, see the output of the "borg help compression" command for details.        --chunker-params PARAMS                  rechunk using given chunker parameters (ALGO, CHUNK_MIN_EXP, CHUNK_MAX_EXP, HASH_MASK_BITS, HASH_WINDOW_SIZE) or `default` to use the chunker defaults. default: do not rechunkDescription~~~~~~~~~~~Recreate the contents of existing archives.recreate is a potentially dangerous function and might lead to data loss(if used wrongly). BE VERY CAREFUL!Important: Repository disk space is **not** freed until you run ``borg compact``.``--exclude``, ``--exclude-from``, ``--exclude-if-present``, ``--keep-exclude-tags``and PATH have the exact same semantics as in "borg create", but they only checkfor 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/pathswill *not* match (``--exclude``, ``--exclude-from``, PATHs).``--chunker-params`` will re-chunk all files in the archive, this can beused to have upgraded Borg 0.xx archives deduplicate with Borg 1.x archives.**USE WITH CAUTION.**Depending on the PATHs and patterns given, recreate can be used todelete files from archives permanently.When in doubt, use ``--dry-run --verbose --list`` to see how patterns/PATHS areinterpreted. See :ref:`list_item_flags` in ``borg create`` for details.The archive being recreated is only removed after the operation completes. Thearchive that is built during the operation exists at the same time at"<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.When rechunking, space usage can be substantial - expectat least the entire deduplicated size of the archives using the previouschunker params.If you recently ran borg check --repair and it had to fix lost chunks with all-zeroreplacement chunks, please first run another backup for the same data and re-runborg check --repair afterwards to heal any archives that had lost chunks which arestill generated from the input data.Important: running borg recreate to re-chunk will remove the chunks_healthymetadata of all items with replacement chunks, so healing will not be possibleany more after re-chunking (it is also unlikely it would ever work: due to thechange of chunking parameters, the missing chunk likely will never be seen againeven if you still have the data that produced it).
 |