bm admin cluster bucket import

Description

The bm admin cluster bucket import command imports bucket metadata as created by the bm admin cluster bucket export command.

You can use this command to manually restore the metadata to the specified bucket on a Buckit deployment.

If you specify only the deployment as the target, this command applies the metadata objects to all matching buckets on the target.

The following command imports the specified metadata to the mybuckit deployment.

bm admin cluster bucket import mybuckit ~/minio-metadata-backup/mybuckit-cluster.zip

The command has the following syntax:

bm [GLOBALFLAGS] admin cluster bucket import  \
                                    ALIAS[/BUCKET] \
                                    METADATA.ZIP
  • 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 alias of the Buckit deployment.

METADATA.ZIP
Required

The path to the metadata file to import.

Use bm admin cluster bucket export to export bucket metadata for use with this command.

BUCKET
Optional

The bucket to apply the imported metadata to.

Global Flags

This command supports any of the global flags.