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.
- Host: GitHub
- URL: https://github.com/realfascinated/minio-backups
- Owner: RealFascinated
- Created: 2022-05-23T18:38:45.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T18:41:16.000Z (about 4 years ago)
- Last Synced: 2025-02-16T19:18:58.708Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```