hello,
do you know any way how to run Consolidate job for specified client?
I want to have strict control when which client should run consolidation job,
I have such job:
Job {
Name = "ConsolidateJob"
Pool = storage-35-Incremental
Type = Consolidate
Messages = Standard
Priority = 10
Write Bootstrap = "/var/lib/bareos/%c.bsr"
Client = "storage-35-fd"
FileSet = "storageX"
Schedule = "Consolidate"
Accurate = yes
Storage = "storage-35File"
Max Full Consolidations = 1
}
but even i choose client, pool and storage, consolidation is running for all clients in bareos-dir at once.
Is any possibility to run Consolidate only for only "storage-35-fd"? Maybe it is possible to run for one client by running job via bconsole somehow ?