Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@fishdust
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fishdust/71221c0c378cf1090192 to your computer and use it in GitHub Desktop.
Save fishdust/71221c0c378cf1090192 to your computer and use it in GitHub Desktop.
Reading data from an Atempo TimeNavigator formatted cartridge
# to read the data only:
tina_cart -type "IBM Ultrium 5" -device /dev/rmt/nst0 -list -skip 1 -all
# to extract the data off the tape
tina_cart -type "IBM Ultrium 5" -extract -all -format tar -device /dev/rmt/nst0 -skip 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment