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

The `sync` command logs stuff to stdout even if `--noProgress` is used. I'm seeing: ``` upload blah upload foo upload bar ``` Is there a command line flag to quiet...

enhancement

We need to create a pytest factory which will produce fixtures (create buckets on demand), and once the test is over, the factory will delete all created buckets. Currently we...

testing

Hello, Upon uploading anything, I reliably receive the following warning, which prevents `b2` from exiting cleanly: ``` /opt/pkg/lib/python3.8/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 1 leaked semaphore objects to clean...

bug
help wanted

**Environment / versions:** b2 version b2 command line tool, version 3.4.0 _(self-contained download for Windows)_ python --version Python 3.10.0 Windows: 10 Pro 21H2 **Steps:** 1. Use server-side encryption with customer-managed...

copy-file-by-id doesn't seem to use the b2_copy_part api and as such can only copy files up to 5GB in size.

bug

When I'm running the b2 sync script without any arguments except for the thread count I'm getting this error. It ran perfect for a while though. I'm using version 1.3.6...