Opengist

Explore

  • All gists
  • Topics
  • Users
Imprint Data Privacy Buy Me A Coffee
Give feedback on the new UI Powered by Opengist ⋅ 14ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
m

mc

Recently created Least recently created Recently updated Least recently updated
MrGeneration

MrGeneration / Useful Minio Console and Restic commands

Last active 3 months ago restic backup restore mc minio console s3

Commands used as shown in the video https://youtu.be/P-Pr7Dy6mP8 .

0 0 4
1 {
2 "Version": "2012-10-17",
3 "Statement": [
4 {
5 "Effect": "Allow",
6 "Action": ["s3:*"],
7 "Resource": ["arn:aws:s3:::resticsample/*"]
8 }
9 ]
10 }