View Single Post
  #3 (permalink)  
Old 27-11-2009, 08:29 PM
bennyhll bennyhll is offline
Junior Member
User
 
Join Date: Nov 2009
OS: openSuSE
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
bennyhll is on a distinguished road
Default

because, as i understood, if i want to recover a specific file, i have to go to the specific track were it was recorded.
Let's say: i have
- file1.zip recorded at track 1
- file2.zip recorded to track 2
- file3.zip recorded at track 3.
I want to restore only file2.zip. then i have to do a mt -f /dev/nst0 fsf 2 (go to track 2) and after that perform the restore with whatever i used (tar or dd, etc). So this is why i need the counter: to hold in a file the track number where i stored the file on the tape for future restore tasks.
Reply With Quote