Hi, If your are using PostgreSQL with UTF8, Postgres will check all input to see if they are valid UTF8.
If your client is in ISO885X, you will not be able to store filename with accent in your catalog. To be able to store anything, you have to use SQL_ASCII (the name could be confusing) Before Batch mode, only filenames with accent were discarded, now we use a big transaction, so the whole transaction is aborded. You have to convert your database encoding (dump, create, restore). Or you can also disable batch mode, but it's something like x20 slower... see: http://www.mail-archive.com/bacula-users%40lists.sourceforge.net/msg26192.html Bye ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users