BackupPC-users

Re: [BackupPC-users] smbclient tar problem with umlauts

2016-06-30 11:27:21
Subject: Re: [BackupPC-users] smbclient tar problem with umlauts
From: Oliver Freyd <Oliver.Freyd AT iontof DOT com>
To: backuppc-users AT lists.sourceforge DOT net
Date: Thu, 30 Jun 2016 17:05:36 +0200
I've found a way to fix this in samba 4.2.10,
the smbclient tar errors "can't convert filename ... to UTF-8" happen 
only if smbclient runs in a non-UTF8 locale, like the C locale.

I have LANG=en_US.UTF-8 in my shell, and smbclient works with umlauts in 
filenames. If I set LANG=C, it fails.

It seems this has to do with smbclient now using libarchive (since 4.2 
IMHO) to write a tar archive, the errors occur inside libarchive.

So after setting LANG=en_US.UTF-8 in /etc/init.d/backuppc startup 
script, it worked ok.

Well, I had to patch Smb.pm like someone else has described here...

Best regards,

        Oliver Freyd

Am 27.04.2016 um 10:18 schrieb karlis:
> AFAIK no way to fix, only samba downgrade
>
> How to downgrade Samba to 4.1.6 using apt-get
> http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/issues-with-smb-shares-130329/#410878
>
> I had to uninstall samba and smbclient together with backuppc first, then 
> reinstall.
>
>
>
> --You wrote--
> Is there any other way to fix this in samba 4.8.3 the downgrading to 4.1.7 ?
> If not, then how to get samba 4.1.7 via apt.-get ?
>
> Best regards
> Michael Zeh
>
> +----------------------------------------------------------------------
> |This was sent by karlis.irmejs AT limbazi DOT lv via Backup Central.
> |Forward SPAM to abuse AT backupcentral DOT com.
> +----------------------------------------------------------------------
>
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
> _______________________________________________
> 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/
>

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
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>
  • Re: [BackupPC-users] smbclient tar problem with umlauts, Oliver Freyd <=