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 would like to see a unix-like `rm` command to accompany the `ls` command. The command should allow mass deletion of files matching a glob. The current `delete_file_version` command is...

enhancement
up-for-grabs

Hi ### Manual installation: I tried to run it a container and it works perfectly. Here is how I installed it manually. ``` # Run Node container docker run -dit...

I'm using "b2 sync" to upload a series of 5GB files using 2 threads. For several different files, on multiple days, I've received "ERROR:b2.bucket:error when uploading" errors. As these are...

I'm using the following command: ``` b2 sync --delete . b2://my-bucket-name ``` The current directory has nothing in it; I'm using this to "empty out" a bucket. The bucket contains...

bug
help wanted

I have a backup script that has been running happily for about 6 months. Several weeks ago I updated the libraries, including Twisted and B2 to the latest versions. (still...

(posting this here as instructed from B2 support) Hi, I'm developing an application and trying B2 as a storage backend. I think I've hit a bug with b2 CLI python...

When using `--keepDays`, commit 0cdddf67ef57c19d8e25e59e0970198e55ca87aa iterates over the existing versions with this assertion: ``` # We assume that the versions are ordered by time, newest first. assert prev_age_days is None...

enhancement

Currently **b2** process doesn't prevent computer from getting in sleep (also called stand by) mode. When using `sync` command for example (which can last for hours) it can be useful...

enhancement

This is more of a question than an issue. I'm looking to maybe either patch or implement a new django-storages backend, because I'm having some problems with using the existing...

(Backblaze support have asked me to post this up here.) I've been having problems uploading to B2, using both Cyberduck (5.2.2) and the command line interface on OSX 10.8.5. With...