Previous Topic: ca_restore - Sybase Agent Database Options

Next Topic: ca_restore - VSS Agent Database Options

ca_restore - Informix Agent Database Options

The ca_restore command includes the following Informix agent database options:

ca_restore [-database INFORMIX <instance> [-ifmx_method <both|physical|logical>]]
ca_restore [-database INFORMIX <instance> [-ifmx_lastlog <number (0-16959)> | -ifmx_time <time [MM/dd/yyyy,HH:mm:ss | yyyy-MM-dd,HH:mm:ss]>]]

Note: The ca_restore database options are described in a separate topic titled "Database Options" and can be viewed from the actual CLI by entering the following command: ca_restore allusage.


-ifmx_method <both|physical|logical>

Specifies the restore method.

both

Specifies to use both the Physical and Logical restore methods and restore all dbspaces, blobspaces, and logical logs.

physical

Specifies to use only the Physical restore method and restore all dbspaces and blobspaces.

logical

Specifies to use only the Logical restore method and restore logs only.

-ifmx_lastlog <number (0-16959)>

Specifies the number of the last log to be restored. If any logs exist after this one, they will not be restored.

-ifmx_time <time [MM/dd/yyyy,HH:mm:ss | yyyy-MM-dd,HH:mm:ss]>

Specifies the point in time at which to stop the restore.

More information:

ca_restore - Database Options

ca_restore - Examples