On Wed, 2008-08-20 at 00:20 +0200, Komáromi Tamás wrote:
> I would like to sync my Linux firewall to my Mac OS X.

> The rsync deletes my files with accents and download it again.

> $ /sw/bin/rsync --archive --update --verbose  --delete firewall:teszt .
> receiving incremental file list
> deleting teszt/körte.rtf
> deleting teszt/élet.txt
> deleting teszt/árvíztűrő tükörfúrógép.rtf
> teszt/körte.rtf
> teszt/árvíztűrő tükörfúrógép.rtf
> teszt/élet.txt

This is probably a result of the Mac filesystem's infamous behavior of
automatically decomposing UTF-8 characters in filenames, which is
mentioned in the rsync FAQ:

http://rsync.samba.org/FAQ.html#2

To fix it on a pull, pass --iconv=UTF8-MAC,UTF-8 .

Matt

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
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

Reply via email to