Changes between Version 3 and Version 4 of Backing up Sun Directories


Ignore:
Timestamp:
04/05/06 15:09:06 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Backing up Sun Directories

    v3 v4  
    1212          See 'man mt'. and example 4) below.**
    1313
    14  1) > cd /home/my_directory
    15     > tar cvf /dev/rmt/0 .              (will put all files and subdirectories found
     14 1)
     15{{{
     16> cd /home/my_directory
     17> tar cvf /dev/rmt/0 .          (will put all files and subdirectories found
    1618                                         in my_directory on the tape and rewind
    1719                                         the tape)
     
    2022                                         from the tar file on the tape and put them
    2123                                         in the current directory)
    22 
     24}}}
    2325 2) > cd /
    2426    > tar cvf /dev/rmt/0  usr  home       (will put directories usr and home