2010/4/23 António Inês Silva <a...@lnec.pt>:
>
>  Good morning,
>
>  Assuming a storage device supported on disk files, would this type of
> configuration output each concurrent jobs for the particular storage
> into a different file:
>
> Director configuration
>
>  Storage {
>    Name = DiskFilesStorage
>    Device = SomeDisk
>    MediaType = Files
>    MaximumConcurrentJobs = n (say 5)
>    ...
>  }
>
> and in the Storage Daemon configuration
>
>  Device {
>    Name = SomeDisk
>    DeviceType = File
>    MediaType = Files
>    MaximumConcurrentJobs = 1
>    ...
>  }
>

You need more than 1 storage device since a single storage device can
only load 1 volume at a time.

> If not, which is the right/easiest way to do it.

Use the bacula vchanger to make a your disk storage look like a
virtual autochanger with each physical disk being an autochanger
magazine and also the ability to add as many virtual drives to the
configuration you want.

http://sourceforge.net/projects/vchanger/

John

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

Reply via email to