Open donmor opened 2 months ago
Tar is an open format and is easy to use (with tar c(x)vf /dev/st0 ... ). It can support lto4 and older tape/drives, which are much cheaper.
tar c(x)vf /dev/st0 ...
Edit: tar tapes can even be accessed on windows using cygwin.
Hmm... Someone mentioned STFS in #5 which is based on tar.
Tar is an open format and is easy to use (with
tar c(x)vf /dev/st0 ...
). It can support lto4 and older tape/drives, which are much cheaper.Edit: tar tapes can even be accessed on windows using cygwin.