Beforehand, I’m sorry for my bad English)

 

My question is:

 

I’ve installed Bacula-server (version 1.38.3) on FreeBSD 5.3; Postgresql 7.4 is used to store catalog. When I installed bacula-client (1.38.3 VSS Windows XP MVS NT 5.1.2600)  on my WinXP SP2 machine (English version with Russian locale set), all files, with russian and english filenames, were backed up successfully and appeared in catalog. But when I installed bacula-clent (version 1.38.3) on another FreeBSD machine (ver. 4.9), all files with english filenames were successfully backed up, but files with russian filenames weren’t. There were no errors during backup, but there are no russian files in my catalog database exists(. There is samba (version 3.0.9) on server, and files with russian filenames are placed in samba shares by windows clients with russian locale set.

 

Locale on server, where Russian filles placed, is set to koi8-r, and I can see these files from console, copy, move etc… There is a part of server config file (rc.conf):

        font8x8="koi8-r-8x8"

        font8x14="koi8-r-8x14"

        font8x16="koi8-r-8x16"

        keymap="ru.koi8-r"

 

Samba codepage (part of smb.conf):

        dos charset = 866

        unix charset = KOI8-R

 

There is the same locale set on bacula-server machine.

 

Here is a part of my bacula-dir.conf file:

 

FileSet {

        Name = M4Userdirs

        Include {

                Options {

                        signature = MD5

                        compression = gzip1

                }

                File = /pool/home/a.konarev

        }

}

Job {

        Name = M4UserdirsBackup

        JobDefs = ServerDefs

        Level = Full

        Client = m4-fd

        FileSet = "M4Userdirs"

#        Schedule = "M4MonthlyCycle_1" #Remove shedule and run FULL backup manually

        Pool = M4Daily

}

Pool {

        Name = M4Daily

        Pool Type = Backup

        Recycle = yes

        AutoPrune = yes

        Maximum Volume Jobs = 1

        Use Volume >

        Volume Retention = 1h

        Maximum Volumes = 6

}

JobDefs {

        Name = ServerDefs

        Type = Backup

        Messages = Standard

        Storage = File

}

Client {

        Name = m4-fd

        Address = X.Y.Z.H

        FDPort = 9102

        Catalog = MyCatalog

        Password = "XXX"

}

 

Is there anybody, who has confronted with this or similar situation, and solved it?

Best regards, Konarev Anton
CompTek International
Systems administrator
E-mail: a.konarev@comptek.ru
Tel. +7-095-785-2525, ext. 1802
Mob. +7-916-498-51-06

 

Reply via email to