From 78396bfc235e89a0ab479d7e8256623447da494c Mon Sep 17 00:00:00 2001 From: Thalian Date: Sat, 25 Jul 2020 20:01:04 +0200 Subject: [PATCH] docs: point to borg create --list item flags in recreate usage, fixes #5165 --- src/borg/archiver.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/borg/archiver.py b/src/borg/archiver.py index 976faaf7e..12ec70692 100644 --- a/src/borg/archiver.py +++ b/src/borg/archiver.py @@ -2564,6 +2564,7 @@ def build_parser(self): rst_plain_text_references = { 'a_status_oddity': '"I am seeing ‘A’ (added) status for a unchanged file!?"', 'separate_compaction': '"Separate compaction"', + 'list_item_flags': '"Item flags"', } def process_epilog(epilog): @@ -3110,6 +3111,8 @@ def define_borg_mount(parser): and not include any other contents of the containing folder, this can be enabled through using the ``--keep-exclude-tags`` option. + .. _list_item_flags: + Item flags ++++++++++ @@ -4113,7 +4116,7 @@ def define_borg_mount(parser): Depending on the PATHs and patterns given, recreate can be used to permanently delete files from archives. When in doubt, use ``--dry-run --verbose --list`` to see how patterns/PATHS are - interpreted. + interpreted. See :ref:`list_item_flags` in ``borg create`` for details. 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