Hello,
Guessing the source drive is formatted HFS+ or HFS+J. What is the file system on
the destination drive? I know that rsync is capable of correctly coping over
file and folder names on Mac OS X which contain non-ASCII characters. Hence my
question relating to the destination file system?
The following command should provide you with an answer :
diskutil info /Volumes/TV | grep "File System Personality" | awk -F
"File System Personality: " '{print $2}'
Maybe someone has a better way to work out the FileSystem volume which they can
share? Typically there are many ways to skin a cat and that some approaches are
more elegant than others.
--------------------------------------------------------------------
This email is protected by LBackup, an open source backup solution
http://www.lbackup.org
On 12/09/2014, at 12:36 AM, LuKreme <kremels at kreme.com> wrote:
> When trying to sync my TV folder to a mirror drive, episodes with non-ASCII
characters in them cannot be processed by rsync. Anything I can do about this?
>
> For example, I get this:
>
> building file list ...
> file has vanished: "/Volumes/TV/Raising Hope/Raising Hope - S04E01 -
De?\#201ja Vu Man.mkv"
>
> This is rsync under OS X:
>
> $ rsync --version
> rsync version 2.6.9 protocol version 29
> Copyright (C) 1996-2006 by Andrew Tridgell, Wayne Davison, and others.
> <http://rsync.samba.org/>
> Capabilities: 64-bit files, socketpairs, hard links, symlinks, batchfiles,
> inplace, IPv6, 64-bit system inums, 64-bit internal inums
>
> I'd check macports, but since it's not been updated for 10.10 yet
I'll need to wait a while.
>
> --
> Passion is the pill you can swallow forever Taking them one by one One
> by One --Agents of Good Roots "Come On"
>
> --
> Please use reply-all for most replies to avoid omitting the mailing list.
> To unsubscribe or change options:
https://lists.samba.org/mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html