From 5d2c6e9eca928bbf411b0f49c00355baefb1c797 Mon Sep 17 00:00:00 2001 From: Kurt Yoder Date: Sat, 14 Nov 2020 19:39:14 -0500 Subject: [PATCH 1/2] Note requirement for full disk access on Catalina --- docs/installation.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/installation.rst b/docs/installation.rst index c7711cbc0..10a195335 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -243,6 +243,16 @@ FUSE for OS X, which is available via `github brew cask install osxfuse # needed for llfuse +For OS X Catalina and later, be aware that you must authorize full disk access. +It is no longer sufficient to run borg backups as root. If you have not yet +granted full disk access, and you run Borg backup from cron, you will see +messages such as:: + + /Users/you/Pictures/Photos Library.photoslibrary: scandir: [Errno 1] Operation not permitted: + +To fix this problem, you should grant full disk acccess to cron, and to your +Terminal application. More information `can be found here +`. FreeBSD ++++++++ From f73555e5b214414dfddd86e4379fe2a2147e328b Mon Sep 17 00:00:00 2001 From: Kurt Yoder Date: Sat, 14 Nov 2020 19:41:59 -0500 Subject: [PATCH 2/2] Fix link for OSX security --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 10a195335..5dff8e5f5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -252,7 +252,7 @@ messages such as:: To fix this problem, you should grant full disk acccess to cron, and to your Terminal application. More information `can be found here -`. +`__. FreeBSD ++++++++