8000 GitHub - rehmatworks/bbup: A CLI uploader for BackBlaze B2.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rehmatworks/bbup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backblaze Uploader

Backblaze Uploader is a Python package that you can use in order to upload files to a Backblaze bucket from a remote URL or a local path.

Install

pip install bbup

Configure a Bucket

Sign in to your Backblaze account, create a bucket, create application keys and then configure bbup:

bbup configure

You can add as many buckets as you want. Beware that app keys are stored in plain text, so don't use this software on a shared computer.

Upload Remote Files

Upload a remote file to the default bucket:

bbup remote-upload

Upload a remote file to a selected bucket:

bbup remote-upload --bucket mybucket

Upload Local Files

Upload a local file to the default bucket:

bbup local-upload

Upload a remote file to a selected bucket:

bbup local-upload --bucket mybucket

Uninstall

pip uninstall bbup

About

A CLI uploader for BackBlaze B2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0