dummy.restore

Definition/TCL, Releases: AP and R83

Validates integrity of save media.

Description

is a method of validating the restorability of a 'save-type' (account-save, file-save, etc.) backup.

There are 3 methods to validate backup media:

1) The 't-chk' command, which looks for parity errors, but doesn't actually verify data.

2) Performing a 'dummy restore' using the 'sel-restore' with the 'n' option without actually writing any items back to disk. This not only checks for parity errors, but also validates the 'logical' format of the tape. If an unrestorable situation is encountered on the media, another backup can be made. See examples.

3) Using the 't-verify' command, which has the ability to not only do the same as steps 1 and 2, but also can compare each record from the media with its counterpart on disk to verify that they match. See 't-verify'. This is the most reliable way to check tape integrity.

See the subject, 'Tape Verify During Full Restore'.

Example

:sel-restore md * (n
Restore from Full, incremental, transaction log (f/i/t):f
file#:99999

This will read every file in every account on the full save tape, looking for
file number 99999 and in the process read the entire tape.

See Also

Command Name Type Description
tcl.file-save Verb: Access System backup process.
tcl.t-chk Verb: Access Checks tape for parity errors.
tcl.t-verify Verb: Access Validates contents of save tape.
tcl.t-att Verb: Access Attaches magnetic media unit to current process.
tcl.set-floppy Verb: Access Attaches floppy diskette drive to current process.
tcl.set-half Verb: Access Attaches half-inch tape drive to current process.
tcl.set-sct Verb: Access Attaches streaming cartridge tape to current process.
tcl.sel-restore Verb: Access Restores item(s) from save media.
tcl.account-restore Verb: Access Restores one account.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.