b2_fuse
b2_fuse copied to clipboard
FUSE integration for Backblaze B2 Cloud storage
Bumps [b2](https://github.com/Backblaze/B2_Command_Line_Tool) from 1.1.0 to 3.2.1. Release notes Sourced from b2's releases. 3.2.1 Fixed Fix setting permissions for local sqlite database (thanks to Jan Schejbal for responsible disclosure!) 3.2.0 Added...
After inastall `sudo python3 -m pip install b2fuse` I try run b2fuse, but exeption occured. ```bash $ b2fuse /mnt/b2-mount Traceback (most recent call last): File "/usr/local/bin/b2fuse", line 5, in from...
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.4. Changelog Sourced from pyyaml's changelog. 5.4 (2021-01-19) yaml/pyyaml#407 -- Build modernization, remove distutils, fix metadata, build wheels, CI to GHA yaml/pyyaml#472 -- Fix for...
Hello, For Raspberry I installed phyton2 version but if enter the command I am getting error pi@raspberrypi:~ $ b2fuse Traceback (most recent call last): File "/usr/local/bin/b2fuse", line 6, in from...
I used b2fuse successfully for a handful of projects a year or two ago, and recently I've looped back to try using it again and I can't seem to get...
By making use of large file upload features in B2 it should be possible to reduce the memory footprint of B2Fuse to a set maximum memory size. This at the...
[rclone](https://rclone.org/b2/) has solved the mtime problem by storing them as metada: > The modified time is stored as metadata on the object as `X-Bz-Info-src_last_modified_millis` as milliseconds since 1970-01-01 in the...