rexlx / zipper

archive a directory to object storage with go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

archive a directory to object storage with go


Languages

Language:Go 100.0%