Hello there,
I try to set up a single tape device, I can write an read from commandline and also get the status:
mt -f /dev/tape status
SCSI 2 tape drive:
File number=0, block number=0, partition=0.
Tape block size 0 bytes. Density code 0x5c (no translation).
Soft error count since last status=0
General status bits on (41010000):
BOT ONLINE IM_REP_EN
When I use in SD a device config with:
Archive Device = /dev/tape
the SD didn't start
But using e.g. a disk path:
Archive Device = /backup_spool/spool
SD starts up.
have also tried:
Archive Device = /dev/st0
Archive Device = /dev/nst0
Bareos V 19.2.7.-2
What's going wrong?