제 생각에는
rsync -avh /usr/local/ remote:/usr/local/
그리고 얻었습니다
rsync: failed to set times on "/usr/local/.": Permission denied (13)
./
하위 디렉터리의 디렉터리 시간을 동기화할 수 있지만 최상위 디렉터리는 동기화할 수 없나요?
저는 macOS를 사용하고 있고 /usr/local은 SIP로 보호되어 있으므로 sudo
작동하지 않습니다.