B2_Command_Line_Tool
B2_Command_Line_Tool copied to clipboard
The command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage
Greetings, When issuing the following command for a client-encrypted file stored on b2: ``` ./b2-linux file info b2://myCuteFunBucket/syncfiles/myCuteFunFileName ``` I get the following output: ``` UserWarning: bad request exception with...
I have a script that backups 2 files (a file backup and a MariaDB SQL backup) in multiple /home folders (about 100) which succeeds in most of the cases but...
We are using the b2 CLI to upload files like so: ``` b2 file upload ``` Over the past few days, we have been unable to upload a file due...
Currently, b2 has `phx-class-registry >=4.0,=5). Is this still a hard requirement, or can it be relaxed? (Acknowledging that phx-class-registry v5 was a significant API change.)
Currently the hash files published with each binary release are in a format that isn't consumable by the `shasum` perl script (that is commonly distributed with many Linux distributions and...
I grabbed the repo but it's unclear how I can install the CLI from the repo. I've already installed Python on my Windows machine per Backblaze instructions. It's likely I've...
Upgraded b2 recently to v4.4.1 and getting the following error when trying to sync folders: > Traceback (most recent call last): > File "/home/yury/miniconda3/bin/b2", line 5, in > from b2._internal.b2v4.__main__...
We have a report from a customer that the b2 sync command is hanging and not completing. This is causing lots of issues with the user's ability to keep their...
The help-text state the following' ``` .. Otherwise: • B2_ACCOUNT_INFO env var's value, if set • ~/.b2_account_info, if it exists