B2_Command_Line_Tool icon indicating copy to clipboard operation
B2_Command_Line_Tool copied to clipboard

The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage

Results 116 B2_Command_Line_Tool issues
Sort by recently updated
recently updated
newest added

I'd like to run a b2 command via a bash script or directly via cron on a schedule to offsite some photos from my NAS. Does anyone have a working...

invalid/environmental
question

I know this issue has been reported and being declined multiple times for various reasons. But I like to tell more reasons why I need this -- *auto-calculation of SHA1...

implemented in sdk in https://github.com/Backblaze/b2-sdk-python/pull/172 by @ehossack

up-for-grabs

Follow up of #447

help wanted
up-for-grabs

A simple `b2 file-exists` or `b2 file-info` command would be very useful for my use case, where I'm trying to script an upload-if-not-on-b2 on a per-file basis. Parsing json output...

enhancement
question

I'm trying to write a backup script using b2 sync that will always ignore hidden files and directories I've been able to write a command that will ignore them but...

``` root@lgarango01:/home/julian# pip3 install b2 Requirement already satisfied: b2 in /usr/local/lib/python3.5/dist-packages/b2-1.4.3-py3.5.egg Ignoring arrow: markers 'python_version =0.8.0; python_version > "3.4" (from b2) Downloading https://files.pythonhosted.org/packages/99/b5/1f1c5ef3156f7b514c58613fe56e5670dc56374ab744bd1eb653c95e16b5/arrow-0.15.6-py2.py3-none-any.whl (47kB) 100% |################################| 51kB 7.3MB/s Collecting b2sdk=1.1.0...

I've had a problem with the sync command where `b2` exits before the sync is complete, leaving some complete files and some partially files ending in `b2.sync.tmp`. This doesn't seem...

When I try to upload files with size ~4.7 GB using `b2 upload-file` the upload works fine BUT the resulting file does not have a `contentSha1`. For example here is...

bug

I'm trying to automate some single-file backup tasks, and I've found that while the web API apparently works, I don't know how much I can trust the b2 CLI. When...

bug
help wanted