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

This PR fixes bucket clean ups during integration test teardown. This is achieved by tracking created and deleted buckets (both via the API and the CLI) and deleting everything which...

**Environment / versions:** ./b2-cli version b2 command line tool, version 3.3.0 (self-contained download for Mac) python3 --version Python 3.8.9 macOS: 12.3.1 (on M1 apple silicon) **Steps:** 1. Call upload file...

bug

Running `b2 authorize-account` under Python 3.11.0 fails w/ following traceback: ``` Traceback (most recent call last): File "/proj/venv311/bin/b2", line 8, in sys.exit(main()) ^^^^^^ File "/proj/venv311/lib/python3.11/site-packages/b2/console_tool.py", line 2986, in main exit_status...

bug

Hello. I'm getting errors when uploading to backblaze. The following is in the logs. Is there anything I can do to get it work? Software version: # b2 version b2...

more-information-needed

Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.10 to 0.9.0. Changelog Sourced from tabulate's changelog. 0.9.0: Drop support for Python 2.7, 3.5, 3.6. Migrate to pyproject.toml project layout (PEP 621). New output formats: asciidoc,...

dependencies

Can we get throttling control in the b2 command line tool (especially for sync)? Thanks.

enhancement
help wanted

When running integration tests which create keys, some of them are not deleted/cleaned up after the test run. This can happen especially if a test case fails. To fix this,...

Resolving improvement suggestion: Backblaze/B2_Command_Line_Tool#165 Added 'rm' cmdline command to easily remove files on the remote side - in the bucket. Globs are used to define patterns of the files to...

help wanted

We're running "b2-windows.exe" from a simple DOS shell script. Naturally, we need to be confident of the transfer to B2 and therefore must test for failure. Here's the error we...

invalid/environmental
more-information-needed