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
Prints just the file names.
Lists all files on volume 2.
volfilelist 2 sort
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
Command Reference |