I have error in my log file:
"08-May 21:02 versus-server-dir JobId 126: Warning: Encoding error for database "bareos". Wanted SQL_ASCII, got UTF8"
and get empty file list when I try to restore this job:
"To select the JobIds, you have the following choices:
1: List last 20 Jobs run
2: List Jobs where a given File is saved
3: Enter list of comma separated JobIds to select
<skip>
Select item: (1-13): 3
Enter JobId(s), comma separated, to restore: 126
You have selected the following JobId: 126
Building directory tree for JobId(s) 126 ...
For one or more of the JobIds selected, no files were found,
so file selection is not possible.
Most likely your retention policy pruned the files."
I have some cyrillic filenames in this job.
But this job have T status when done but empty file list.
*list files jobid=126
+-------+---------------------+---------------------+------+-------+----------+-------------+-----------+
| jobid | name | starttime | type | level | jobfiles | jobbytes | jobstatus |
+-------+---------------------+---------------------+------+-------+----------+-------------+-----------+
| 126 | PsySite_second_pass | 2017-05-08 21:02:00 | B | F | 9,431 | 613,562,914 | T |
+-------+---------------------+---------------------+------+-------+----------+-------------+-----------+
How to resolve this?
SK