Hi Marcin,
The Job configuration in the bacula-dir.conf
Job {
Name = "PPA-TONY"
Storage = "Scalar-i3-2"
Pool = "Prod_TONY_PPA_Motion"
Client = "PPADMIN"
Fileset = "PPA-TONY"
Schedule = "DailyCycle_2hInterval"
JobDefs = "DefaultJob"
SpoolData = yes
Priority = 6
Accurate = no
}
Running from bconsole in the server (using the Bacularis console feature returns the same):
*show job=PPA-TONY
Job: name=PPA-TONY JobType=66 level=Incremental Priority=10 Enabled=1
...
After the reload
command the result is the same.
Using bdirjson
command:
bdirjson -r job -n PPA-TONY
{
"Name": "PPA-TONY",
"Type": "Backup",
"Level": "Incremental",
"Messages": "Standard",
"Storage": ["Scalar-i3-2"],
"Pool": "Prod_TONY_PPA_Motion",
"Client": "PPADMIN",
"Fileset": "PPA-TONY",
"Schedule": "DailyCycle_2hInterval",
"JobDefs": "DefaultJob",
"WriteBootstrap": "/var/lib/bacula/%c.bsr",
"SpoolAttributes": true,
"SpoolData": true,
"Priority": 6,
"AllowMixedPriority": true,
"Accurate": false,
"CancelQueuedDuplicates": true
}
Query to the API:
{
"output": [
"show job=\"PPA-TONY\"",
"Job: name=PPA-TONY JobType=66 level=Incremental Priority=10 Enabled=1",
...
Best regards,
Rui