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

Currently it is not possible to verify the authenticity or cryptographic integrity of the downoads from github.com because the releases are not cryptographically signed. This makes it hard for your...

enhancement

As of now there are several inconsistencies when it comes to displaying: * bucket default encyrption * file retention in * `b2 ls --json` and `b2 get-file-info` * `b2 list-buckets...

- [x] use new style exceptions in sync, already started in https://github.com/reef-technologies/B2_Command_Line_Tool/pull/68 - [x] stop using Bucket.copy_file - how to deal with the `--metadataDirective` argument in CLI is yet to...

Currently large file downloads use 10 threads per file, but --threads tells the sync process how many files to process at the same time, with a default of 10 --threads...

enhancement

Trying to download around 7TB divided in 13 files, with about 1Gbps, however I had to restart it 3 times already because after a while it crashes with the following...

bug
enhancement
help wanted

#152 Not ready for merge yet: - [ ] Needs to be reviewed - [ ] Create unit tests

I'm trying to install the b2 command line tool in macOS 11.1, but no method seems to work. I'm one of those users who copypastes commands from instructions into Terminal....

invalid/environmental
question

I'm trying to use this flag on my system to create a bucket in which only the last version of the files are kept, but I have found no way...

Hi, When launching the sync command I have issue with some files : ``` Traceback (most recent call last): File "c:\users\leo.palazzi\appdata\local\programs\python\python38\lib\threading.py", line 932, in _bootstrap_inner self.run() File "c:\users\leo.palazzi\appdata\local\programs\python\python38\lib\site-packages\b2sdk\transfer\inbound\downloader\parallel.py", line 313,...

bug
up-for-grabs