MinIO – setting up an S3 compatible object store for Veeam Backup and Replication

   MinIO – allows WORM for specific objects or by configuring a bucket with default object lock configuration that applies default retention mode and retention duration to all objects this makes objects in the bucket immutable i.e. delete of the version are not allowed until an expiry specified in the bucket’s object lock configuration or object retention

Create a bucket for Veeam Backup with Immutability create the bucket with object lock enabled

C:\>mc mb -l myminio/veeambackup
Bucket created successfully `myminio/veeambackup`

Leave a Reply

You must be logged in to post a comment.