RESTORE
Disk-based command to restore contents of selected data tables from disk file SYSBACK.DAT (by filename if specified).
Options: [old] {table1 [table2] ... | {everything | reconstructed} [except table [table] ...]}
[from filename] [corrupt]
[old] restores from backup files created under FRAMOS version 0.2, which used a different format for the cron table; it converts the cron entries to FRAMOS version 1.0 format while restoring them
table1 [table2] ... restores specified tables (if backed up)
-or-
everything [except table1 [table2] ...] restores all tables (if backed up); optional: except specified tables table1, table2, etc.
-or-
reconstructed [except table1 [table2] ...] restores all reconstructed tables (if backed up); optional: except specified tables table1, table2, etc.
[from filename] this option restores from data in file filename
[corrupt] restores records with bad checksums.
Basic CFNIII Commands