Kern Sibbald schrieb:

>On Wednesday 01 March 2006 17:20, kernel[consulting] info wrote:
>  
>
>>Kern Sibbald schrieb:
>>    
>>
>>>On Tuesday 28 February 2006 19:04, kernel[consulting] info wrote:
>>>      
>>>
>>>>Kern Sibbald schrieb:
>>>>        
>>>>
>>>>>On Tuesday 28 February 2006 14:59, kernel[consulting] info wrote:
>>>>>          
>>>>>
>>>>>>Kern Sibbald schrieb:
>>>>>>            
>>>>>>
>>>>>>>On Tuesday 28 February 2006 13:24, Dan Langille wrote:
>>>>>>>              
>>>>>>>
>>>>>>>>On 27 Feb 2006 at 15:13, kernel[consulting] info wrote:
>>>>>>>>                
>>>>>>>>
>>>>>>>>>I have a problem restoring files from the wx-console running on
>>>>>>>>>WinXP. I was told to use bacula version 1.38.5, but i am unable to
>>>>>>>>>find the binary win32 release of 1.38.5. Can anyone please be so
>>>>>>>>>kind to point me in the right direction?
>>>>>>>>>                  
>>>>>>>>>
>>>>>>>>It does not exist AFAIK. You'll be OK with the Windows 1.38.4
>>>>>>>>version.
>>>>>>>>                
>>>>>>>>
>>>>>>>Yes, except that there is an embarrassing little problem here. He is
>>>>>>>reporting a bug against Win32 1.38.4, which I cannot produce, and,
>>>>>>>being confused with some changes we made to 1.38.3, I told him to
>>>>>>>upgrade to 1.38.5, which doesn't exist. :-(
>>>>>>>              
>>>>>>>
>>>>>>Maybe i can send you my bacula database.
>>>>>>Perhaps you will be able to reprocude the error?
>>>>>>
>>>>>>I would be glad to help in any way.
>>>>>>            
>>>>>>
>>>>>The easiest way to work around the problem at the moment is either to
>>>>>use bconsole from you Win32 machine, or use any console from any Linux
>>>>>machine.
>>>>>
>>>>>
>>>>>
>>>>>-------------------------------------------------------
>>>>>This SF.Net email is sponsored by xPML, a groundbreaking scripting
>>>>>language that extends applications into web and mobile media. Attend the
>>>>>live webcast and join the prime developer group breaking into this new
>>>>>coding territory!
>>>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>>>>>_______________________________________________
>>>>>Bacula-users mailing list
>>>>>Bacula-users@lists.sourceforge.net
>>>>>https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>>>          
>>>>>
>>>>Hello kern,
>>>>
>>>>i tried. Too bad, the filenames are not shown correctly even in the
>>>>bconsole running windows. The  umlauts are missing.
>>>>Only the characters, the filenames are there.
>>>>
>>>>I use :
>>>>
>>>>cat /etc/sysconfig/i18n
>>>>LANG="[EMAIL PROTECTED]"
>>>>COUNTRY="de"
>>>>LANGUAGE="de"
>>>>CHARSET="iso8859-15"
>>>>XMODIFIERS=""
>>>>        
>>>>
>>>I never thought to ask you for your sysconfig -- good idea!, because:
>>>
>>>Hmm. This may well be your problem. I'm not an expert in Linux character
>>>sets, but Bacula uses utf-8, which is the default on Linux. It looks like
>>>you have turned off utf-8, which will create a database that is
>>>incompatible with the Win32 consoles, which expect all Bacula database
>>>information to be in utf-8 format (Unicode).
>>>
>>>my /etc/sysconf/i18n looks like the following:
>>>
>>>LANG="en_US.UTF-8"
>>>SUPPORTED="en_US.UTF-8:en_US:en"
>>>
>>>I imagine (but don't really know) that you should not have the CHARSET,
>>>and that you should have a .UTF-8 on the end of your LANG definition. 
>>>I've never seen the @euro, so I'm not sure where that really fits in ...
>>>
>>>Perhaps a couple of German users could provide the output of
>>>their /etc/sysconfig/i18n files -- especially those who have had success
>>>using the Win32 version of wx-console with German accents.
>>>
>>>Best regards, Kern
>>>
>>>      
>>>
>>>>on my server running: Debian GNU/Linux 3.1 with 2.6.4-1-686
>>>>
>>>>i hope this is useful,
>>>>
>>>>Thanks all and especially kern for considering my case.
>>>>
>>>>Sebastian Hültenschmidt
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>-------------------------------------------------------
>>>>This SF.Net email is sponsored by xPML, a groundbreaking scripting
>>>>language that extends applications into web and mobile media. Attend the
>>>>live webcast and join the prime developer group breaking into this new
>>>>coding territory!
>>>>http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>>>>_______________________________________________
>>>>Bacula-users mailing list
>>>>Bacula-users@lists.sourceforge.net
>>>>https://lists.sourceforge.net/lists/listinfo/bacula-users
>>>>        
>>>>
>>Thanks all,
>>
>>we found it.
>>But now i am in real trouble. I tried some de_DE.UTF-8 setting, but all
>>i get is trouble with the linux console display of charsets.
>>I assume my ext3 filesystem is now written with iso-8859-15 (AFAIK the
>>same as the @euro thingy) .
>>So i get ? instead of umlauts when i change to UTF-8.
>>Does anyone know how convert the filesystem to UTF-8?
>>Or is there a way to convert filename to UTF-8 BEFORE they are written
>>to the db in bacula?
>>
>>hmmm.. looks like i am in a pinch now...
>>
>>Sebastian Hültenschmidt
>>
>>    
>>
>If and when you find a solution or what is really going on, please let us 
>know. This sounds like a really ugly problem.
>
>
>-------------------------------------------------------
>This SF.Net email is sponsored by xPML, a groundbreaking scripting language
>that extends applications into web and mobile media. Attend the live webcast
>and join the prime developer group breaking into this new coding territory!
>http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
>_______________________________________________
>Bacula-users mailing list
>Bacula-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/bacula-users
>
>  
>
Hi all,

i was troubled with other stuff for some time now, so please bear with
me answering so late.
I will be looking into extending bacula to do the following:

when baking up ->  read filenames and pathes in local charset, convert
names to standard linux convention in UTF-8, so even windows C:\test
into /C/test
when writing back-> convert names to local charset,  reconvert to OS
specific paths as possible

this should solve my problem and make cross-OS backup/restore easier.

any objections or hints where to start?

Sebastian Hültenschmidt



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to