Retrieving Individual Files from MinIO Server
Although restoring individual files from S3 backups is not directly supported, you can retrieve individual files from the vStor-embedded MinIO server where the S3 backups are stored.
To retrieve individual files from the vStor-embedded MinIO server, follow the procedure below.
Log in to the target vStor.
Go to the Storage view, identify the volume where your S3 bucket backup is stored. Volume names for S3 buckets are structured in the following way:
<S3 node ID>-<bucket name>-<job definition ID>
, e.g.680a26835485bc57247ea1a0_my-bucket_aa2230a0-320c-4b2c-8e6d-c047bda6b4db
In the volume’s view, go to the Snapshots tab.
Select the snapshot from when the version of your desired files has been backed up.

Hover over the snapshot and click the
icon. The Clone Snapshot dialog will open.

Click Save to clone the snapshot to a separate volume. The default volume name consists of the original MinIO volume name with the
clone-
prefix and the UNIX timestamp suffix. You can edit the name before saving.

Click the clone’s name to enter the volume details and go to the MinIO tab.
Click the Go to MinIO server button and log in to the MinIO server using the credentials provided in the MinIO tab. Use
buttons to copy the credentials.
Retrieve the required files from the MinIO server bucket.
Last updated