This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## How to fix opendir operation not permitted error from rsync on macOS Catalina | |
| by Ertugrul Harman (twitter.com/harmancode - github.com/harmancode) | |
| 27 Dec 2020 | |
| I was getting opendir operation not permitted error from rsync on macOS Catalina. | |
| The command I was using: rsync -vaE --progress /Volumes/SourceName /Volumes/DestinationName | |
| Source: https://apple.stackexchange.com/a/117469/65292 |