From 1632d6305ef423aeefe476e677937f00bfc5e1ac Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 4 Mar 2023 16:56:18 +0100 Subject: [PATCH] docs: improve mount options rendering, fixes #7359 --- src/borg/archiver/mount_cmds.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/borg/archiver/mount_cmds.py b/src/borg/archiver/mount_cmds.py index fb0e60612..a9209424f 100644 --- a/src/borg/archiver/mount_cmds.py +++ b/src/borg/archiver/mount_cmds.py @@ -89,14 +89,14 @@ def build_parser_mount_umount(self, subparsers, common_parser, mid_common_parser Additional mount options supported by borg: - - versions: when used with a repository mount, this gives a merged, versioned + - ``versions``: when used with a repository mount, this gives a merged, versioned view of the files in the archives. EXPERIMENTAL, layout may change in future. - - allow_damaged_files: by default damaged files (where missing chunks were - replaced with runs of zeros by borg check ``--repair``) are not readable and + - ``allow_damaged_files``: by default damaged files (where missing chunks were + replaced with runs of zeros by ``borg check --repair``) are not readable and return EIO (I/O error). Set this option to read such files. - - ignore_permissions: for security reasons the "default_permissions" mount - option is internally enforced by borg. "ignore_permissions" can be given to - not enforce "default_permissions". + - ``ignore_permissions``: for security reasons the ``default_permissions`` mount + option is internally enforced by borg. ``ignore_permissions`` can be given to + not enforce ``default_permissions``. The BORG_MOUNT_DATA_CACHE_ENTRIES environment variable is meant for advanced users to tweak the performance. It sets the number of cached data chunks; additional