...
- Open up the terminal in BitCurator
Navigate to the folder where you want the extracted files to end up (you need to b
- Construct the command you'll use to extract the files.
- The first time(s) we run the command we will use the "t" option to only print to the terminal what files would be extracted by the command to make sure everything looks correct.
- The "b" option is then use to force the extraction of all files.
- The final option is the "f" to specify the image file
Code Block language bash #Elements of the command /path/to/tapeutils/read20 -t -b -f /path/to/tape/image.tap
- Replace the t in the command with an x in order to extract the file
...