macOS에서 파일 이름의 Rsync 및 악센트


1

rysnc를 사용하여 명령을 사용하여 Ubuntu 서버에 연결된 미디어 하드 드라이브를 백업 rsync -av --delete source destination하면 macOS가 파일 시스템의 악센트를 처리하는 방식 때문에 악센트가있는 모든 파일을 삭제하고 다시 복사합니다.

rsync가 이러한 파일을 올바르게 인식하고 매번 복사하지 못하게하려면 어떻게해야합니까?

파일 이름 예 : Poke?\#201mon Black & White - Adventures in Unova - It's Always You and Me.mp3



@ grawity 사용하려고하면 오류가 발생합니다. rsync: --iconv=utf-8-mac,utf-8: unknown option rsync error: syntax or usage error (code 1) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-52/rsync/main.c(1337) [client=2.6.9]
cclloyd

rsync 2.6.9가 너무 오래되었습니다. --iconv 옵션을 사용하려면 rsync 3.0 이상이 필요합니다.
Marnix A. van Ammers
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.