Videos

Using Wasabi Cloud Storage with Macrium Site Manager

In this video, we will be demonstrating how to use Wasabi Cloud Storage as a destination to synchronize a Site Manager Repository.

For assistance creating a repository, please see the video linked below:

https://www.youtube.com/watch?v=tK68KgX0zdY&list=PLkNTzIE3t_KQLYBMqZ2IDMb7BnEd0tbdt&index=5

https://knowledgebase.macrium.com/display/MSM8/Setup+-+Repositories

Example policy as shown in the video:

 {
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "s3:ListAllMyBuckets",
        "s3:ListBucket",
        "s3:ListBucketMultipartUploads",
        "s3:ListBucketVersions",
        "s3:ListMultipartUploadParts",
        "s3:GetObject",
        "s3:AbortMultipartUpload",
        "s3:DeleteObject",
        "s3:DeleteObjectVersion",
        "s3:PutObject"
      ],
      "Resource": [
        "arn:aws:s3:::YourBucketName",
        "arn:aws:s3:::YourBucketName/*"
      ]
    }
  ]
}

Fore more information about configuring a policy in Wasabi, please see the article linked below:

https://wasabi-support.zendesk.com/hc/en-us/articles/360045730612-How-to-use-Wasabi-Policy-Generator

Prev Video | Next Video