Look like you didn't yet master the difference between volumes and devices.

You're using multiple devices in your storage definition, but this is 
normally needed only when you want concurrent writes to the same pool for 
differents jobs.
Multiples devices also have to have access to all same media type volumes, 
which can be translated to: all devices will point to the same directory.

I'm pretty sure, now you will find what is bogus into your definition.

On Monday, February 6, 2023 at 2:47:04 PM UTC+1 [email protected] wrote:

> Hi All,
>
> I have 3 file devices of each 1T - attached to 3 different folders in our 
> server.
> Now the first device is getting full. 
>
> How do I have to configure Storage / Devices so that bareos is 
> automatically using the second device ?
>
> What I currently have is:
>
> Storage {
> Name = StorageBox
> Address = "172.22.0.5"
> Password = "ThisIsMySecretSDp4ssw0rd"
> Device = disk01
> Device = disk02
> Device = disk03
> Media Type = FileDir
> Maximum Concurrent Jobs = 10 # default 1
> }
>
> Device {
> Name = disk01
> Device Type = File
> Media Type = FileDir # unique
> Archive Device = /mnt/backup/disk01 # path to backup
> Label Media = yes; # lets Bareos label unlabeled media
> Random Access = yes; # use for filesystems
> Automatic Mount = yes; # when device opened, read it
> Removable Media = no; # use for filesystems
> Always Open = no; # use for filesystems if mounted
> Description = "StorageBox of EX41S #740923 server"
> Autochanger = yes
> Maximum Concurrent Jobs = 1
> }
>
> What do I missing here?
>
> Thx !
>
> Andreas
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/bareos-users/a3ac108e-78d0-4850-b488-1e28412d94e7n%40googlegroups.com.

Reply via email to