Hi Everyone,

How to use Bareos to write to a tape using tar for compatibility reasons. 

the resulting tape shoud be directly readable by tar ( tar -xzf /dev/st0 )

I am thinking to use bpipe like that:

FileSet{
  Name = "Tar-Export"
  Include {
    # Tape operations (load, rewind, weof ...) in pre/post-scripts
    Plugin = "bpipe:file=/TAR/TAPE:reader=/bin/tar -xzf 
/dev/tape/by-id/scsi-35000e1113953a001-nst - /bareos :writer=tar -czf 
/dev/tape/by-id/scsi-35000e1113953a001-nst - /bareos"
    Options {
      signature = MD5
    }
   File=/
  }
}

do you think this will work?

THX

-- 
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.

Reply via email to