Hello Community,
we are running out of disk space on our file base storage for Bareos, as we are
about to hit the 16TB size limit on our ext4 based Centos 6 Backup server.
So I'd like to ask if I can configure a second storage device and Bareos will
use it automagically?
Today i have in the bareos-sd.conf:
Device {
Name = FileStorage
Media Type = File
Archive Device = /bareos
LabelMedia = yes; # lets Bareos label unlabeled media
Random Access = Yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
Maximum Concurrent Jobs = 20;
}
I thought to add something like this:
Device {
Name = FileStorage2
Media Type = File
Archive Device = /bareos2
LabelMedia = yes; # lets Bareos label unlabeled media
Random Access = Yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
Maximum Concurrent Jobs = 20;
}
So if 'FileStorage' fills up, it would create new volumes on 'FileStorage2'
automatically? Any issues with restores, presuming above would work?
We are currently on Bareos 14.2.2 on Centos 6.8 x86_64.
Thanks for any hints,
Thomas
--
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.