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 used the b2 sync command to sync a folder from my server to B2, but the content types (file types) were not what they should've been. I am uploading...

The B2 docs recommend the file info `large_file_sha1` for storing the checksum of the entire contents of a large file. It would be nice for the command-line tool to know...

enhancement

Since the PR was already closed/merged, just wanted to open an issue here as well in case nobody sees it - see https://github.com/Backblaze/B2_Command_Line_Tool/pull/497#issuecomment-415196337 To recap, v1.3.6 (specifically [this commit](https://github.com/Backblaze/B2_Command_Line_Tool/commit/4006bf0de3f3e460cc094eaf7bfb51e3a0407f45)) causes...

I tried to sync about 1 million small files (Combined size of ~40GB) to backblaze and got a lot of 408 request_timeout errors: ```b2_upload(/local/path/to/file, b2/path/to/file, 1499162591000): UnknownError('408 request_timeout Error reading...

OS: Windows Server 2012 r2 Python 2.7 Steps to reproduce: 1) In an administrative command prompt (having already authorized the b2 command line tool) run this command: b2 sync --replaceNewer...

help wanted

Issues such as #527 araise with the user not always being able to, or willing to, reproduce them with logging enabled. I suggest that, in the next major version, an...

enhancement

Filed so that it is tracked separately from #390 / #512

bug
help wanted

I get this error when I run a sync backup and I am not too sure of how to correct it ERROR:b2.sync.action:an exception occurred in a sync actions 0 B...

you get operation not permitted even with the --ignore-installed flags.

I'm getting this error frequently when using `b2 sync` on a large number of files: MaxRetriesExceeded() FAILED to upload after 5 tries. Encountered exceptions: Broken pipe: unable to send entire...