Skip to content
/ up Public

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

License

Notifications You must be signed in to change notification settings

alpn/up

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages