Restorefiles positional parameters
Positional parameters immediately follow the restorefiles command and precede the optional parameters.
The following positional parameters specify the object to restore:
- *dbname
- *
- Sequentially restore all flat files for the database.
- dbname
- Restore the specified database files. Multiple entries are separated by commas.
The following positional parameters specify the type of backup from which the
files are restored:
- FULL | COPY | INCRemental | DIFFerentialdbname
- FULL
- Restore the files from a full backup.
- COPY
- Restore the files from a copied backup.
- INCRemental
- Restore the files from an incremental backup.
- DIFFerential
- Restore the files from a differential backup.