DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: how to use tar

  1. #1
    Join Date
    Jan 2000
    Location
    san jose
    Posts
    149
    how to use tar to backup to tape?

    what is different between rmt0 rmt1 ... rmt 12?

    what is different between rewind or not?

    please give me an example for it

  2. #2
    Join Date
    Mar 2001
    Posts
    3
    tar cvf /dev/rmt0 file1 file2 file3

    or

    tar cvf /dev/rmt0 *

    to write stuff on to a tape

    tar xvf /dev/rmt0 to get it off.

    /dev/rmt0 varies from platform to platform, the different formats can indicate multiple tape drives, different densities etc

    hth
    connor
    Connor McDonald
    http://www.oracledba.co.uk

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width