Hi@all,

I test my tape with btape -> test and get the following warning:

...
The above Bareos scan should have output identical to what follows.
Please double check it ...
=== Sample correct output ===
1 block of 64448 bytes in file 1
End of File mark.
2 blocks of 64448 bytes in file 2
End of File mark.
3 blocks of 64448 bytes in file 3
End of File mark.
1 block of 64448 bytes in file 4
End of File mark.
Total files=4, blocks=7, bytes = 451,136
=== End sample correct output ===

If the above scan output is not identical to the
sample output, you MUST correct the problem
or Bareos will not be able to write multiple Jobs to 
the tape.

....


the rest are succeeded.


Here my config:

[5:0:0:0]    tape    TANDBERG LTO-4 HH         U619  /dev/st0


/etc/bareos/bareos-dir.conf

...
Storage {
  Name = Tape
  Address = kvm01
  Password = "secret"
  Device = LTO4-Drive
  Media Type = LTO-4
  Autochanger = No
}


/etc/bareos/bareos-sd.conf

...
Device { 
#-------------------------------------------------------------Definition des 
Speichergerät
  Name = Tape 
#--------------------------------------------------------eindeutiger Name
  Drive Index = 0
  Media Type = LTO-4 
#--------------------------------------------------Medientyp = Datei
  Archive Device = /dev/nst0
  LabelMedia = yes; #--------------------------------------------------Bacula 
darf Medien selbst mit Label versehen
  Random Access = No; #------------------------------------------------Gerät 
ohne wahlfreiem Zugriff
  AutomaticMount = yes;
  RemovableMedia = yes;
  AlwaysOpen = no;
}
...

what is the problem?

with best
sven

-- 
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/groups/opt_out.

Reply via email to