The S3 Backup Restore Tool is the standalone utility for performing DR from the S3 backup bucket, either to the original cluster or to an empty cluster that is meant to replace the original. See S3 Backup Feeds.
Once the data is backed up in S3, the restore tool allows both examining a backup and control how, what, and where it is restored:
...
Section | Settings |
---|---|
[s3] |
|
[s3] archival | Set these additional parameters if using an S3 bucket with an archival storage class (Glacier, Glacier Deep Archive):
|
[forwardProxy] | This section is for use with an optional forward proxy:
|
[log] | The same log settings as the Swarm cluster may be used; identify the logs by looking for those with the component "
|
[swarm] |
|
...
Enumeration and selection are handled by the ls
command, which is modeled after the Linux command ls and whose results are captured with standard Linux stdout
. Use the command to visualize what domains and buckets have been are backed up in S3 and are available to be restored. The output is sorted by name and interactively paginated to help manage large result sets by default.
...
current
— The object was not restored because the target cluster already has the same version of the object.older
— The object was not restored because it is older than the one in the target cluster.obsolete
— The object was not restored because the cluster does not allow the object to be written. Usually , it means the object has been is deleted.needed
— The object needs restoration, but the -n option was used.restored
— The object was successfully restored.nocontext
— The object cannot be restored because its parent domain or bucket cannot be restored.failure
— The object cannot be restored. Consult the logs for details.archived
— The object is archived and the restore tool is not configured for archive restoration. This is a failure condition.initiated
— The object is archived and the tool has issued an object restoration request. See the Amazon S3 API RestoreObject Request Syntax. This is also a failure condition, but the object is counted in the archive retrieval initiated stats. It is these operations that incur expense to the bucket owner by the restore tool.ongoing
— The object is in archive and a restoration request has already been initiated. Restoration from archive is in progress. This is also a failure condition.
...