Software >> OS >> Unix >> Solaris >> tar >> Examples of how to use tar to backup and restore

Simple backup of a directory to magnetic tape --------------------------------------------- # tar cvf /dev/rmt/0 <directory to backup> Check contents of the tape -------------------------- # tar tvf /dev/rmt/0 ...