7.8.1. Restoring a Specific Backup

To restore a specific backup, specify the location of the corresponding properties file using the format:

storage://storage-type/location

For example, to restore the backup from the filesystem using the information in the properties file store-0000000004.properties , login to the failed host:

  1. Put the replication service offline using trepctl:

    shell> trepctl offline
  2. Restore the backup using trepctl restore:

    shell> trepctl restore \
    -uri storage://file-system/store-0000000004.properties
  3. Put the replication service online using trepctl:

    shell> trepctl online