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

For many files I get the following exception: ``` ERROR:b2.sync.action:an exception occurred in a sync actionkB/s Traceback (most recent call last): File "/usr/lib/python3/dist-packages/b2/sync/action.py", line 42, in run self.do_action(bucket, reporter) File...

invalid/environmental
more-information-needed

Hello, I am facing an error with Invalid authorisation token when running the following command: `$ duplicity ~ b2://[keyID]:[application key]@[B2 bucket name]` (I am replacing ID, Key, and Bucket name...

**Problem** I have a `sourceBucket` with 30.000 images (50-100 KB each), roughly 1.4 GB storage in total, and I want to "sync" it from to a `destinationBucket`. ```shell b2 sync...

We have a bucket were we are storing data related to our clients, the idea is to get the total size used by each client. I don't see any way...

Hi I am using tool like below `wget -q https://github.com/Backblaze/B2_Command_Line_Tool/releases/latest/download/b2-linux -O /usr/bin/backblaze chmod +x /usr/bin/backblaze` `backblaze authorize-account xxx xxx` and it gives error Failed to execv() /tmp/staticx-pDHABe/b2: Permission denied Any...

invalid/environmental

Trying to download 2 large snapshot files and getting stuck. Just upgraded Homebrew to latest release and reinstalled B2 tools. Used both Sync and Download-File-By-Name with the same result. Running...

invalid/environmental
more-information-needed

Users sometimes need to delete a bucket and all the objects in that bucket. It is laborious to write a script to do so, and the use of b2 sync...

I'm syncing using the b2API functions directly from Python (3.5). I basically just copied much of the Sync function in command_tool.py - with the work being done with the `sync_folders`...

Decryption key should be stored next to the log file, so that if the decrypted version is needed, user can share the key too, but by default such information should...

enhancement
help wanted

I just ran the upload_file command using the exact same command that had previously completed. So filenames are the same, file is the same, bucket is the same. As I...

enhancement