Managing the AMASS File System

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

Prints just the file names.

#cd /archive/accting

#dirfilelist . sort -n +1 +2 awk ’ {print $1} ’ \ cpio -oc (cd /archive/fian; cpio -icdvum)

 

The cd command insures the data will go to the

Lists files.

correct source directory.

Backs up the files. To speed up the backup process, we use two cpio -p commands so AMASS can read and write data in parallel.

3-60

Command Reference

6-00028-01 Rev A