In the bareos-webui you can enable this option and get a list of all the files from the last incremental job. This is a very usefull feature to have
as an example say job1435 is and incremental job
this command lists the files backed up in that incremental job only
bconsole
.bvfs_lsdirs jobid=1435
if i want to list all the jobs required for a full restore of this job
.bvfs_get_jobids jobid=1435
1387,1410,1435
this lists job 1410, another incremental and 1387, the last full backup
if i then run
.bvfs_lsdirs jobid=1387,1410,1435
I get all the files in all those jobs listed
a combined browesable directory of the lastest job that combines incremental, diffrential and full jobs would be a great change
In the bareos-webui you can enable this option and get a list of all the files from the last incremental job. This is a very usefull feature to have
as an example say job1435 is and incremental job
this command lists the files backed up in that incremental job only
bconsole
.bvfs_lsdirs jobid=1435
if i want to list all the jobs required for a full restore of this job
.bvfs_get_jobids jobid=1435
1387,1410,1435
this lists job 1410, another incremental and 1387, the last full backup
if i then run
.bvfs_lsdirs jobid=1387,1410,1435
I get all the files in all those jobs listed
a combined browesable directory of the lastest job that combines incremental, diffrential and full jobs would be a great change