tar -xvf /dev/[path to tape] [directory or file to restore]e.g.:
tar -xvf /dev/st0 backupsThis will restore the “backups” file/folder to the current working directory. To check your current directory, you can use:
pwdto make sure that you are restoring your files to the correct location!