/up

🚧 WIP - A simple utility for uploading stuff to BackBlaze's B2

Primary LanguageGoMIT LicenseMIT

Up ⤴️

Go Report Card

Up is a simple utility for uploading stuff to BackBlaze's B2 cluod storage service. It's merely a thin wrapper around Blazer by @kurin.

Build / Install

git clone https://github.com/alpn/up.git
cd up
go build

# optionally, move the binary to a PATH directory, e.g
mv up /usr/local/bin

Usage

Uploading files and directories

# upload files and *ignore* directories
up file1 file2 ..

# upload files and directories
up -dir file1 file2 dir1 dir2 ..

Uploading pipes

curl -s https://example.com/file.dat | up -pipe -bucket BUCKET_NAME

TODO

  • Add encryption
  • Add tests

Credits

License

MIT