bm admin cluster bucket export
Description
The bm admin cluster bucket export command exports bucket metadata for use with the bm admin cluster bucket import command.
You can use this command to manually back up the metadata for the specified Buckit bucket.
The command always saves the output as cluster-metadata.zip.
If you specify only the deployment as the target, this command backs up all bucket metadata on the target deployment.
The following command exports all bucket metadata for the mybuckit deployment.
bm admin cluster bucket export mybuckit
The command has the following syntax:
bm [GLOBALFLAGS] admin cluster bucket export \
ALIAS[/BUCKET]
Brackets
[]indicate optional parameters.Parameters sharing a line are mutually dependent.
Parameters separated using the pipe
|operator are mutually exclusive.
Copy the example to a text editor and modify as-needed before running the command in the terminal/shell.
Parameters
- ALIAS
- Required
The
aliasof the Buckit deployment.
Global Flags
This command supports any of the global flags.