Hi Mike,
RE: You just create two different schedules, like:
and how am I telling bacula which servers/pools should use for 1st and 2nd
Sunday?
No idea who to assign pools/jobs to 1stsunday or 2ndsunday
Right now I have this (which is bacula default):
Schedule {
Name = "WeeklyCycle"
Run = Fu
RE: If the two jobs write to volumes from different pools, then two volumes
must be mounted in order for those two jobs to run concurrently. In order to
mount two volumes, there must be at least two Device resources in
bacula-sd.conf.
A Device resource can have only one volume at a time mounted.
On 3/7/2017 1:06 PM, Jan Stefanovic wrote:
>
> Good morning, Bacula gurus!
>
> I have another question:
>
> How do I run 2 backup jobs simultaneously?
>
> I have 2 pools :
>
> ITServersPool-A
>
> ITServersPool-B
>
If the two jobs write to volumes from different pools, then two volumes
must be mo
Actually as far as I know the director can just mount one volume from on pool simultaneously. If jobs use the same volume from the pool they would write and run at the same time. But in your case both jobs have different pools.
--
Diese Nachricht wurde von meinem Android Mobiltelefon mit GMX Mail
You just create two different schedules, like:
Schedule {
Name = 1stsunday
Run = full at 1st sun [time]
}
Schedule {
Name = 2ndsunday
Run = full at 2nd sun [time]
}
If you don't tell the schedule to run an incremental or differential it won't run it. It just runs that what you specify at the s
thank you Wanderlei and Dimitry!!!
followed advice from both of you, changed Maximum Concurrent Jobs = 2 in
configs:
[root@bacula bacula]# grep "Maximum Concurrent Jobs" *.conf
bacula-dir.conf: Maximum Concurrent Jobs = 2
bacula-dir.conf: Maximum Concurrent Jobs = 2
bacula-fd.conf: Maximum Co
Bacula treats "Maximum Concurrent Job" by Resource.
Sou you need to change as your need
I suggest increase this value in Director, and Storage, and in the Client
let only 2.
Be careful with possible bottlenecks of disk writes
Best regards
*Wanderlei Hüttel*
http://www.huttel.com.br
2017-03-0
Hi Wanderlei,
checked for Max jobs, this is what I have in /etc/bacula
[root@bacula bacula]# grep "Maximum Concurrent Jobs" *.conf
bacula-dir.conf: Maximum Concurrent Jobs = 2
bacula-fd.conf: Maximum Concurrent Jobs = 20
bacula-sd.conf: Maximum Concurrent Jobs = 20
Should I change bacula-fd.c
On 03/07/2017 12:06 PM, Jan Stefanovic wrote:
> And I’ve changed bacula-dir.conf: Maximum Concurrent Jobs = 2
> 10890 Back Incr 0 0 OTRS is waiting on max
> Storage jobs
Note "Storage" above.
> So, pay attention when editing the configs and make sure you've ena
Good morning, Bacula gurus!
I have another question:
How do I run 2 backup jobs simultaneously?
I have 2 pools :
ITServersPool-A
ITServersPool-B
And I’ve changed bacula-dir.conf: Maximum Concurrent Jobs = 2
Now I’ve started 2 backup jobs manually for servers in each pool
Zabbix server is a me
Thank you, gents!!! Appreciate your inputs a lot!
Please note, we are not using tapes here, just file backups.
I actually created 2 new pools with different “Label Format” and added those
huge servers to both pools, splitting them 50/50
So, now have pools:
ITServersPool-A
ITServersPool-B
And I
Yeah, I realized that after reading the message again. In this case the
best option might be two different jobs with custom file sets.
On 03/07/2017 03:25 AM, "Mike Fröhner" wrote:
> Hello
>
> I think this is not what he asked for. I understood he somehow likes
> to have a splitted fullback into
Hello
I think this is not what he asked for. I understood he somehow likes to have a splitted fullback into 50% with 1 week delay. Like he has 2 big directories and on first Sunday he likes to back one and on the second Sunday he likes to backup the other one within one job. I never heard about su
13 matches
Mail list logo