Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save 8cH9azbsFifZ/08062c97c44f5762366bcc6850710ce6 to your computer and use it in GitHub Desktop.
Save 8cH9azbsFifZ/08062c97c44f5762366bcc6850710ce6 to your computer and use it in GitHub Desktop.
Rsync with UTF8 OSX<>Linux
# OSX > Linux
rsync -avP --iconv=utf-8-mac,utf-8
# Linux > OSX
rsync -avP --iconv=utf-8,utf-8-mac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment