Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

question on tar

Status
Not open for further replies.

babeo

Technical User
Mar 30, 2000
398
CA
Hi, could anyone explain for me please:

What is the different between:

tar uvf /dev/rmt/0 /mydir/*

and

tar uvf /dev/rmt/0n /mydir/*

when using the same tape. Is there any data lost if using what command? or nothing loosing?

Thanks
 
The "n" denotes non rewind device. This means the tape will not be rewound after the tar has completed. This is handy is you are running a script that runs several tar backups on the one tape, the backups will write one after the other.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top