Hello Chris,

The different results between the file list in restore in Baculum and
BAT and the file list in bconsole command 'list files jobid=xx' can
occur becase both these lists use different way of getting directories
and files.

Baculum and BAT use programming Bvfs interface to show items to
restore but 'list files jobid=xx' doesn't use it and it shows results
directly from the Catalog database 'filename' and 'path' tables
without using Bvfs tables. So in your case it seems to be possible
issue in Bvfs part if 'list files jobid=xx' shows files correctly.

I can add to Baculum listing files in backup but it will not solve
this case because restore uses  Bvfs that seems to not show some paths
that you want. You can try to clear this cache by bconsole command:

.bvfs_clear_cache yes

and then try restore again. If it will not help then I propose to open
ticket in the Bacula Community bug tracker:

http://bugs.bacula.org

Best regards,
Marcin Haba (gani)

On Sat, 26 Oct 2019 at 00:49, Chris Wilkinson <winstonia...@gmail.com> wrote:
>
> I’ve run into a problem that in both Baculum and BAT the restore functions 
> are not finding the files that I know are in the backup in one of my clients. 
> The other clients are fine.
>
> The file selection tree misses out one entire storage path. It may be no 
> coincidence that the missing path is that of a drive that recently failed, 
> was replaced and the data restored through bconsole.
>
> I can see that the files are present in the backup with bconsole (list files 
> jobid=xx) but can’t seem to do the equivalent operation in the GUIs.
>
> Is there a way in Baculum and BAT to list the files that were backed up in a 
> job?
>
> Regards
> Chris Wilkinson
>
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users



-- 
"Greater love hath no man than this, that a man lay down his life for
his friends." Jesus Christ

"Większej miłości nikt nie ma nad tę, jak gdy kto życie swoje kładzie
za przyjaciół swoich." Jezus Chrystus


_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to