Skip to content

Merge all related jobs to last full backup of selected backup job #1

Description

@Nooby1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions