bup

Crates.iobup
lib.rsbup
version0.1.5
sourcesrc
created_at2022-05-06 13:00:15.66537
updated_at2022-05-07 07:06:07.418527
descriptionA command-line client for Blind Upload.
homepagehttps://github.com/fadedbee/bup
repositoryhttps://github.com/fadedbee/bup
max_upload_size
id581687
size10,223,620
Faded Bee (fadedbee)

documentation

README

bup

A command-line client for Blind Upload.

Usage: bup URL                                    # download and decrypt
       bup --split-key URL TELEPHONE_CODE         # download and decrypt
       bup [--split-key] FILENAME [FILENAMES...]  # encrypt and upload

Download pre-compiled linux_x86-64 executable.

Or compile it yourself from source, once you've installed Rust:

fadedbee@box:~$ cargo install bup
    Updating crates.io index
  Installing bup v0.1.4
   Compiling autocfg v1.1.0
   Compiling cfg-if v1.0.0
...
   Compiling reqwest v0.11.10
   Compiling bup v0.1.4
    Finished release [optimized] target(s) in 1m 17s
  Installing /home/fadedbee/.cargo/bin/bup
   Installed package `bup v0.1.4` (executable `bup`)

fadedbee@box:~$ bup
bup version 0.1.5

A command-line client for Blind Upload.

https://github.com/fadedbee/bup

Usage: bup URL                                    # download and decrypt
       bup --split-key URL TELEPHONE_CODE         # download and decrypt
       bup [--split-key] FILENAME [FILENAMES...]  # encrypt and upload
Commit count: 25

cargo fmt