Replies: 1 comment
-
Rework setup.ops in this PR - #166 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Objective
This discussion demonstrates how you can run
Minio Client
as a task to quickly run backup job against multiple (10+) remote servers.Introduction
What is Minio
MinIO is a High Performance Object Storage released under GNU Affero General Public License v3.0. It is API compatible with Amazon S3 cloud storage service. It can handle unstructured data such as photos, videos, log files, backups, and container images with the maximum supported object size of 5TB
Minio Client
MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, cp, mirror, diff etc. It supports filesystems and Amazon S3 compatible cloud storage service (AWS Signature v2 and v4).
Steps to Reproduce
Step 0 - Setup Minio Client (Include Basic Operations)
Step 0 - Setup Minio Client with Ansible (Include Basic Operations)
Step 1 - create a backup script
Step 2 - Prepare an inventory list
Notes: make sure your publich is already copied to the target remote server, if not then run the following commands:
Step 3 - Run the playbook
To view the file structure, please review the PR - #69
Beta Was this translation helpful? Give feedback.
All reactions