Managing the AMASS File System

Using tar Command

Step 1. Log in as either amass or root.

#su root

Step 2. Enter the commands as shown in the following example.

Backs up the files to a tape loaded in drive /dev/rmt/0m.

#cd /archive

#tar -cvf /dev/rmt/0m awk ’{print $1}’‘

Prints just the file names.

Lists all files on volume 2.

volfilelist 2 sort -n +1 +2 \

Numerically sorts files based first upon volume, then based upon logical block address.

Step 3. To back up the files on volume 2 to your magnetic disk, substitute /mydir/vol2.tar for /dev/rmt/0m

6-00028-01 Rev A

Command Reference

3-157