Bacula-users

Re: [Bacula-users] Concurrent jobs to different files

2010-04-23 07:39:33
Subject: Re: [Bacula-users] Concurrent jobs to different files
From: John Drescher <drescherjm AT gmail DOT com>
To: António Inês Silva <ai AT lnec DOT pt>
Date: Fri, 23 Apr 2010 07:37:29 -0400
2010/4/23 António Inês Silva <ai AT lnec DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

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