Hello everybody,
I've bareos 18.2 installed and working perfectly.
In bareos-sd, I've two configurad storage independent HDD devices /0 and /1.
I'm asking if there any solution to automatically switch between physical HDD
as storage destination when backupping multiples machines.
_____________ Config ________________
bareos-dir.d/storage/File.conf
Storage {
Name = File
Address = localmachine # N.B. Use a fully qualified name here
(do not use "localhost" here).
Password = XXX...XXX
Device = FileStorage
Media Type = File
}
Storage {
Name = File0
Address = localmachine # N.B. Use a fully qualified name here
(do not use "localhost" here).
Password = XXX...XXX
Device = FileStorage1
Media Type = File
}
__________________________
bareos-sd.d/FileStorage.conf
Device {
Name = FileStorage
Media Type = File
Archive Device = /0
LabelMedia = yes; # lets Bareos label unlabeled media
Random Access = yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
Description = "File device. A connecting Director must have the same Name and
MediaType."
}
Device {
Name = FileStorage1
Media Type = File
Archive Device = /1
LabelMedia = yes; # lets Bareos label unlabeled media
Random Access = yes;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = no;
AlwaysOpen = no;
Description = "File device. A connecting Director must have the same Name and
MediaType."
}
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/bareos-users/bb49d045-a645-4cd6-9892-850355a18ea7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.