Hello there,
I'm Frank, changing from Bacula to Bareos because didn't get it running.
Now Bareos is working well after installation, the test backup and restore
of /usr/sbin was successful with "file" as storage on a dedicated hard disk.
Now my goal is the following scenario:
1. using the Quantum Ultrium LTO-7 tape drive:
- I can read an write to tape, using the devices /dev/st0 or /dev/nst0 or
/tape
Have add in /etc/bareos/bareos-sd/device a file with this content:
Device {
Name = TapeStorage
Media Type = LTO-7
Archive Device = /dev/st0
LabelMedia = no; # lets Bareos label unlabeled media
Random Access = no;
AutomaticMount = yes; # when device opened, read it
RemovableMedia = yes;
AlwaysOpen = yes;
Description = "LTO 7 Tape."
}
With this file, bareos SD daemon won't start.
What's wrong?
2. My backup plan is, to collect the data from several servers by NFS /
GulsterFS connection, store it on a dedicated local disk on the Bareos
server and than stream it to the tape inside the bareos server too. Can
anyone give me please some hints, which configuration steps I have to do
for this scenario?
Thans for any help, Frank
--
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/e53797d1-7bbd-48a5-a1bc-debb6991450fn%40googlegroups.com.