S3
zxsuite backup retrieveMetadataFromArchive S3 destination [param VALUE[,VALUE]]
PARAMETER LIST
NAME |
TYPE |
EXPECTED VALUES |
DEFAULT |
destination(M) |
String |
||
bucket_name(O) |
String |
Amazon AWS bucket |
|
access_key(O) |
String |
Service username |
|
secret(O) |
String |
Service password |
|
volume_prefix(O) |
String |
Prefix to the server id used in all objects keys (Volume configuration) |
|
bucket_configuration_id(O) |
String |
UUID for already existing S3 service credentials (zxsuite config global get attribute s3BucketConfigurations) |
|
region(O) |
String |
Amazon AWS Region |
|
url(O) |
String |
S3 API compatible service url (ex: s3api.service.com) |
|
prefix(O) |
String |
Prefix added to blobs keys (Bucket configuration) |
|
threads(O) |
Integer |
10 |
|
notifications(O) |
Email Address |
(M) == mandatory parameter, (O) == optional parameter
Example:
zxsuite backup retrieveMetadataFromArchive S3 /path/to/destination/directory bucket_configuration_id {uuid} volume_prefix {path}