BackupPC-users

Re: [BackupPC-users] german umlauts wrong

2010-10-23 21:19:21
Subject: Re: [BackupPC-users] german umlauts wrong
From: Craig Barratt <cbarratt AT users.sourceforge DOT net>
To: "Michael MH. Heel" <mh AT heel-data DOT de>
Date: Sat, 23 Oct 2010 18:17:22 -0700
Michael,

BackupPC stores file names and log contents using utf8.  Either
the Xfer method or BackupPC needs to convert to/from the client's
charset.

The Xfer method might or might not convert the client's charset to
utf8.  By default rsync/rsyncd will not.  By default smb will, but
it can be configured via the "unix charset" setting in smb.conf.

If you are using rsync/rsyncd, you need to specify the client charset
in $Conf{ClientCharset}.  The default is empty, which means BackupPC
does no charset conversion and it will try to display file names as
utf8 when they might be encoded some other way.  You might want
something like this:

    $Conf{ClientCharset} = 'cp1252';

Craig

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users AT lists.sourceforge DOT net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

<Prev in Thread] Current Thread [Next in Thread>