Am 27.03.20 um 18:26 schrieb Martin Simmons: Hi, >> Any idea how I can extract the single data für fileindex 932145 from the >> disks for comparing? >> If the short block is only repeated as whole block on the next disk the >> problem could be fixed >> by modify the database so the short block will not be read or by truncating >> at short block on >> the DISK016 (?) > You can find the filename for fileindex 932145 by running bscan -r -vv and > then do a restore for that filename. I found it on database with
select client.name, job.jobid, job.level, path.path, filename.name, file.lstat from file, filename, path, job, client where file.filenameid=filename.filenameid and file.pathid=path.pathid and file.jobid=job.jobid and job.clientid=client.clientid and job.jobid=47704 and file.fileindex=932145 order by job.endtime desc; (Sorry for the long line ;-) By the way the restore (with bconsole?) will be work without getting a problem? I will try to do it. Cheers, Pierre _______________________________________________ Bacula-users mailing list Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users