From deed47824f0dc9943a10b97b9c82ad05bd738163 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 30 Jun 2023 23:20:16 +0200 Subject: [PATCH] mount -olocal: how to show mount in finder's sidebar, fixes #5321 --- docs/faq.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/faq.rst b/docs/faq.rst index 5ed2df096..ab0cf600c 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -1175,6 +1175,16 @@ space. Miscellaneous ############# +macOS: borg mounts not shown in Finder's side bar +------------------------------------------------- + +https://github.com/osxfuse/osxfuse/wiki/Mount-options#local + +Read the above first and use this on your own risk:: + + borg mount -olocal REPO MOUNTPOINT + + Requirements for the borg single-file binary, esp. (g)libc? -----------------------------------------------------------