Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rexlx/zipper

archive a directory to object storage with go
https://github.com/rexlx/zipper

archive go golang minio object-storage

Last synced: 23 days ago
JSON representation

archive a directory to object storage with go

Awesome Lists containing this project

README

        

archive a directory to your minio object storage
```
go build -o zipper ./main.go
# ./zipper -src SOURCE -dst DEST.zip (all trailing args are directories to exclude)
./zipper -src /Users/rxlx -dst /Volumes/s/weekly.zip Library .docker Movies
```