Changes between Version 3 and Version 4 of Backing up Sun Directories
- Timestamp:
- 04/05/06 15:09:06 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Backing up Sun Directories
v3 v4 12 12 See 'man mt'. and example 4) below.** 13 13 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 16 18 in my_directory on the tape and rewind 17 19 the tape) … … 20 22 from the tar file on the tape and put them 21 23 in the current directory) 22 24 }}} 23 25 2) > cd / 24 26 > tar cvf /dev/rmt/0 usr home (will put directories usr and home
