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:
Put the replication service offline using trepctl:
shell> trepctl offline
Restore the backup using trepctl restore:
shell> trepctl restore \
-uri storage://file-system/store-0000000004.properties
Put the replication service online using trepctl:
shell> trepctl online