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

b2 sync calls count_files, which in turn calls all_files on the local folder. However, it does not pass in the constructed policies_manager. This means it does not apply the regexs...

There has been a problem with finishing large files. Sometimes the response from `b2_finish_large_file` is lost, which can happen because of a request timeout or broken connection. When that happens,...

enhancement
help wanted
up-for-grabs

The quickest and cheapest way to get information about a file is to use a `HEAD` request on the URL that downloads a file by name. This is faster that...

enhancement
help wanted
up-for-grabs

My b2 sync will run for a few weeks and then eventually there will be this traceback and any subsqeuent attempt to sync will fail with an error. How do...

invalid/environmental

I am using version 1.1.0 on a MacOS 10.13.3 I have a bucket which I synchronized a while ago, and today I was about to sync again, and noticed that...

I cannot seem to figure out how `--excludeRegex` works. I read all examples I could find, but they did not prove to be very helpful. Variants tried (with `b2 sync...

Hello, I was directed here by BackBlaze Support to try to get some help with an issue we're having. We are trying to run a simple sync between the local...

Hi, currently I'm using b2 sync --keepDays 30 with incremental encrypted tar backups. So there is in the source: 2018.tar.gz.gpg 2018_02.tar.gz.gpg 2018_02_04.tar.gz.gpg 2018_02_04.tar.gz.gpg will be deleted tomorrow and replaced by...

It would be good to be able to set an encryption key on a bucket, and then have the command-line tool encrypt files as they are uploaded, and decrypt as...

Command used - b2 upload-file bucketName File.name File.name 50% through the first time of a 1GB file, then 80% the second time this same error occurred. Version 0.7.2 of the...