mmozeiko / RcloneBrowser

Simple cross platform GUI for rclone
https://mmozeiko.github.io/RcloneBrowser
The Unlicense
1.31k stars 404 forks source link

Backblaze B2 Files #68

Open polayer6 opened 6 years ago

polayer6 commented 6 years ago

I'm using RcloneBrowser to upload encrypted photos to my backblaze b2 Bucket. My files are uploaded to the correct directory via RcloneBrowser, but appear in a different folder via backblaze B2 web interface. My bucket directory is Documents-->Photos-->Folders for 2009...2017. On the backblaze B2 interface the photos upload appear as one large file outside of this directory in the root of the bucket. I can see the files are in the correct directory via RcloneBrowser, but that is not the case on backblaze B2's web interface. Any thoughts or ideas of why this is happening?

polayer6 commented 6 years ago

Running: rclone lsd backblazeb2crypt:/Documents/Photos

Gave me: -1 0001-01-01 00:00:00 -1 2013 -1 0001-01-01 00:00:00 -1 2017 -1 0001-01-01 00:00:00 -1 2016 -1 0001-01-01 00:00:00 -1 2009 -1 0001-01-01 00:00:00 -1 2015 -1 0001-01-01 00:00:00 -1 2014 -1 0001-01-01 00:00:00 -1 2012

Files are there. Web interface is showing something different. Is this normal behavior for BackblazeB2 when encrypted files are uploaded via Rclone?

mmozeiko commented 6 years ago

I'm not very familiar with B2 storage remote. Documentation talks about first "folder" in remote should be bucket name. Have you put that in crypt remote definition?

What happens when you upload folders via command line? Does it put folders where you expect?