Skip to content
/ b2 Public

b2 is a CLI to interact with the Backblaze cloud storage

Notifications You must be signed in to change notification settings

sbourlon/b2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

b2

b2 is a CLI to interact with Backblaze using its API.

The command shellcheck --shell=sh b2 is used to verify the POSIX compliance.

It is using the shell library b2-sdk-shell.

Install

git clone https:/sbourlon/b2.git
ln -sf $PWD/b2/b2 /usr/local/bin

Usage

$ b2
Interact with Backblaze

Usage: b2 COMMAND

COMMAND:
  upload         upload a file from stdin
  download       download file to stdout
  list           list file to stdout
  help [COMMAND] show usage

Environment variables:
  B2_ID          key ID (required)
  B2_KEY         application key (required)
  DEBUG          trace the script execution

About

b2 is a CLI to interact with the Backblaze cloud storage

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages