Restoring from Disk Archive Using Flexbackup


# Restoring from an archive file using flexbackup
#
# -device archive_dir				# has to be specified or config file default used.
# -extract big_giant_archive_file.afio-bz2 ...	# archive has to be next to -extract
# -flist filelist				# used because more than one file to restore.
# all command line options will override config file options.

flexbackup -device /archive -extract data.0.200407232000.afio-bz2 -flist flist -compress gzip

#
#
# contents of flist (used quotes b/c of spaces in path and filename)
"/data/cad/PRODUCTION/PROJECTS/02218.00 HOL-62-28.65/Roadway/dgn/design.dgn"
"/data/cad/PRODUCTION/PROJECTS/02218.00 HOL-62-28.65/Roadway/dgn/turning movements.dgn"

revised 07/27/04

Jeff Borders