Bacula-users

[Bacula-users] Parallel jobs in bacula disk backup

2015-10-23 05:01:23
Subject: [Bacula-users] Parallel jobs in bacula disk backup
From: Andrey Tataranovich <tataranovich AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Fri, 23 Oct 2015 11:56:55 +0300
Hello,

I'm trying to setup bacula to run multiple jobs in parallel. For
example to run restore while backup running. For backup storage I'm
using RAID. My backup storage mounted at /bacula/backup

Please review my bacula configuration:

-> bacula-sd.conf

Autochanger {
  Name = FileChanger
  Changer Device = /dev/null
  Changer Command = ""
  Device = FileStorage00
  Device = FileStorage01
  Device = FileStorage02
  Device = FileStorage03
}

Device {
  Name = FileStorage00
  Media Type = File
  Archive Device = /bacula/backup
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
  Autochanger = yes
  Drive Index = 0
}

....

Device {
  Name = FileStorage03
  Media Type = File
  Archive Device = /bacula/backup
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
  Autochanger = yes
  Drive Index = 3
}


-> bacula-dir.conf

Storage {
  Name = File
  Device = FileChanger
  Autochanger = yes
  Media Type = File
...
}

Pool {
  Name = PoolFull
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 365 days
  Maximum Volume Bytes = 50G
  Maximum Volumes = 100
  Maximum Volume Jobs = 1
  Label Format = "Full-"
  File Retention = 1 week
  Job Retention = 1 year
  Storage = File
}

Jobs seems running in parallel. Can you told me if such setup is OK?

-- 
WBR, Andrey Tataranovich

------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>