|
From: Olivier L. <ol...@lu...> - 2012-06-11 09:38:34
|
Hi all,
When i try to use "Maximum Bandwidth" (in job resource) or "Maximum
Bandwidth Per Job" (in client resource), i have an error like this from
director :
- 11-juin 11:13 Bacula-Dir: ERROR in parse_conf.c:991 Config error:
Keyword "MaximumBandwidth" not permitted in this resource. Perhaps you
left the trailing brace off of the previous resource. : line 46, col 20
of file /etc/bacula/conf.d/db1.conf Maximum Bandwidth = 50Mb/s
- 11-juin 11:13 Bacula-Dir JobId 0: Error: Please correct configuration
file: /opt/bacula/etc/bacula-dir.conf
My configuration (for a job) :
Job {
Name = "db1 Oracle"
Client = db1-fd
JobDefs = "OracleJob"
FileSet = "db1-oracle"
RunScript {
RunsWhen = Before
RunsOnClient = Yes
FailJobOnError = Yes
Command = "su - oracle -c '/opt/bacula/scripts/checkbackup.sh db1'"
}
Maximum Bandwidth = 50Mb/s
Write Bootstrap = "/opt/bacula/working/db1-oracle.bsr"
}
Do you have any idea why bacula dosen't take this option ?
Olivier L.
|