An open API service indexing awesome lists of open source software.

https://github.com/realfascinated/minio-backups

Simple program that creates a backup/copy of the files from the minio host using the given buckets.
https://github.com/realfascinated/minio-backups

Last synced: 11 months ago
JSON representation

Simple program that creates a backup/copy of the files from the minio host using the given buckets.

Awesome Lists containing this project

README

          

# Minio Backups
Simple program that creates a backup/copy of the files from the minio host using the given buckets.

# Install
Rename the `config-example.yml` to `config.yml` and set the values

# Development
```bash
go run .
```

# Starting
```bash
go build
# then
./minio_backups
```