0

I backup my windows box to FreeBSD/ZFS using rsync.

In windows I use cygwin/rsync client.

Works well enough. The problem is filenames with international character sets do not make it into backups.

Has anyone got this to work? There are problems at every step. Right now my cygwin doesn't seem to support UTF-8 (when you do ls, it shows those files as ????.ext).

For rsync I believe --iconv argument will need to be set.

How about ZFS? Is that Unicode compliant out of the box? Or how can I configure that?

Thanks.

1
  • Are you using Cygwin 1.7? That does support UTF-8, and it actually defaults to it.
    – ak2
    Commented Mar 1, 2011 at 20:49

1 Answer 1

1

I usually operate the other way around.

Mount a windows share on the FreeBSD box then run rsync locally between the mounted and backup folders. Seems to handle extended (even Japanese) characters ok.

2
  • Thanks. Do you use samba to mount the windows share? Any configuration required to make samba work with UTF-8?
    – Budric
    Commented Mar 1, 2011 at 20:36
  • I use mount_smbfs to mount it locally (part of base installation): mount_smbfs //user@server/sharename /mountlocation /etc/nsmb.conf contains the authentication details.
    – Majenko
    Commented Mar 1, 2011 at 20:38

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .