Hello everyone,

I have set up an environment with Bareos-Dir running on CentOS 7 and Bareos-SD 
on FreeBSD 11 ZFS file storage.

We plan on backing up around 100 machines there. So far I have successfully set 
up a few FD's  however I am facing the problem of Concurrent Disk Jobs. 
According to the Bareos docs:

"Bareos disk storage follows the same rules as tape devices. Only one Volume 
can be mounted on any Device at any time. If you want to simultaneously write 
multiple Volumes, you will need multiple Device resources in your Bareos 
Storage Daemon configuration and thus multiple Storage resources in your Bareos 
Director configuration."

I was wondering if using an Autochanger in the SD with multiple devices would 
do the trick. For example:

Autochanger {
 Name = FileStorage
 Changer Device = /dev/null
 Changer Command = ""

Device = FS1
Device = FS2
Device = ...
}

Device {
 Name = FS1
 Device Type = File
 Media Type = FileStorage
 Archive Device = /datastore
 LabelMedia = yes;
 Random Access = yes;
 AutomaticMount = yes;
 RemovableMedia = no;
 AlwaysOpen = no;
  Description = "File device. A connecting Director must have the same Name and 
MediaType."
}

Device {
 Name = FS2
 Device Type = File
 Media Type = FileStorage
 Archive Device = /datastore
 LabelMedia = yes;
 Random Access = yes;
 AutomaticMount = yes;
 RemovableMedia = no;
 AlwaysOpen = no;
  Description = "File device. A connecting Director must have the same Name and 
MediaType."
}

I would appreciate any suggestions!

Best Regards

George

-- 
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to