I am looking for a way to perform a batch (non interactive) restore for a Client that has multiple job definitions which don't share the same file set.
For a client that has a single fileset I can issue a
restore client="example.eu" jobid=99,152 where="/tmp" select current all done yes
which when piped to bconsole
will schedule a restore job, for the given jobids (which belong to a single fileset).
When there are more than one filesets present for the specific client bconsole prompts:
Using Catalog "MyCatalog"
The defined FileSet resources are:
1: example.eu fileset_1
2: example.eu fileset_2
3: example.eu fileset_3
Select FileSet resource (1-3):
Which prevents me from running it as a batch job.
So how can I have the same batch behavior for a client that has more than one filesets in the catalog?
I would expect something like a fileset=fileset_1
option in the restore command.