Michael Galloway wrote:
good day all ...

i'm still having problems with unicode sequences in filenames. for example:

24-Oct 16:02 lance-dir: Start Backup JobId 16, Job=AspenHome.2005-10-24_16.02.48
24-Oct 16:02 lance-dir: Recycled volume "AspenHome-0001"
24-Oct 16:06 lance-sd: Recycled volume "AspenHome-0001" on device 
"AspenHomeFileStorage" (/backups/aspen/home),
+all previous data lost.
24-Oct 17:31 lance-dir: AspenHome.2005-10-24_16.02.48 Fatal error: 
sql_create.c:826 sql_create.c:826 query SELECT
+FilenameId FROM Filename WHERE Name='About EuG?ne.doc' failed:
ERROR:  invalid byte sequence for encoding "UNICODE": 0xe86e65

24-Oct 17:31 lance-dir: sql_create.c:826 SELECT FilenameId FROM Filename WHERE 
Name='About EuG?ne.doc'
24-Oct 17:31 lance-dir: AspenHome.2005-10-24_16.02.48 Fatal error: 
sql_create.c:851 sql_create.c:851 insert INSERT+INTO Filename (Name) VALUES 
('About EuG?ne.doc') failed:
ERROR:  invalid byte sequence for encoding "UNICODE": 0xe86e65

24-Oct 17:31 lance-dir: sql_create.c:851 INSERT INTO Filename (Name) VALUES 
('About EuG?ne.doc')
24-Oct 17:31 lance-dir: AspenHome.2005-10-24_16.02.48 Fatal error: 
sql_create.c:853 Create db Filename record
+INSERT INTO Filename (Name) VALUES ('About EuG?ne.doc') failed. ERR=ERROR:  
invalid byte sequence for encoding
+"UNICODE": 0xe86e65

24-Oct 17:31 lance-dir: AspenHome.2005-10-24_16.02.48 Fatal error: catreq.c:427 
Attribute create error.
+sql_create.c:853 Create db Filename record INSERT INTO Filename (Name) VALUES 
('About EuG?ne.doc') failed.
+ERR=ERROR:  invalid byte sequence for encoding "UNICODE": 0xe86e65


i appreciate that bacula is not unicode compatible. but is there anyway to configure bacula to drop/ignore/flag/do something with the unicode filenames that will let the backup complete? i really have little control over how users name files in their home directories and it would be nice if i could get a successful backup of my home directory filesyste.
thanks!

-- michael

setting the correct language type when creating the database should solve the problem

Florian


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to