Hello, I’m trying to backup my documents to a GCP bucket, and I get warnings in the process regarding multiple folders, such as Documents:
Warnings: [ 2019-11-18 23:23:56 -05 - [Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /Users/martlego/Desktop/,
2019-11-18 23:23:56 -05 - [Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /Users/martlego/Desktop/,
2019-11-18 23:23:56 -05 - [Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /Users/martlego/Documents/,
2019-11-18 23:23:56 -05 - [Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /Users/martlego/Documents/,
2019-11-18 23:23:56 -05 - [Warning-Duplicati.Library.Main.Operation.Backup.FileEnumerationProcess-FileAccessError]: Error reported while accessing file: /Users/martlego/Downloads/,
…
Pictures, Movies and Music are the only folders that worked. From the looks of it, there are no differences in permissions at the folder level.
Now I have followed some of the tips provided from previous MacOS versions, such as this one: File access on macOS Mojave
As shown on the following screenshot, to give access to the application to the whole disk:
Does anyone have further tips on what permissions I could be missing?