Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rexlx/zipper
- Owner: rexlx
- Created: 2023-05-07T23:43:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T14:14:47.000Z (12 months ago)
- Last Synced: 2024-06-19T17:54:51.097Z (5 months ago)
- Topics: archive, go, golang, minio, object-storage
- Language: Go
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```