mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-12 13:42:13 -04:00
Merge pull request #5508 from greenmoss/5303-osx-catalina-security
how to adjust macOS >= Catalina security settings, fixes #5303
This commit is contained in:
commit
b8fbe198dd
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
<https://osxdaily.com/2020/04/27/fix-cron-permissions-macos-full-disk-access/>`__.
|
||||
|
||||
FreeBSD
|
||||
++++++++
|
||||
|
|
|
|||
Loading…
Reference in a new issue