After Dropbox stopped supporting filesystems besides non-encrypted Ext4 I've dropped it entirely. I now use SpiderOak One, which doubles as E2E encrypted cloud backup in addition to folder sync.
Dbxfs – A Dropbox-backed file system
21–30 of 39 posts
Re: Dbxfs – A Dropbox-backed file system
#22After Dropbox stopped supporting filesystems besides non-encrypted Ext4 I've dropped it entirely. I now use SpiderOak One, which doubles as E2E encrypted cloud backup in addition to folder sync.
What's the considered opinion on SpiderOak after the whole warrant canary thing? https://news.ycombinator.com/item?id=17696276
I don't think either is great to use with lots of data as upload and download seem quite slow, but for my use case of just storing documents it is fine.
Re: Dbxfs – A Dropbox-backed file system
#23Waiting for someone to implement dropbox-based deployment of a PHP site.
Re: Dbxfs – A Dropbox-backed file system
#24Re: Dbxfs – A Dropbox-backed file system
#25After Dropbox stopped supporting filesystems besides non-encrypted Ext4 I've dropped it entirely. I now use SpiderOak One, which doubles as E2E encrypted cloud backup in addition to folder sync.
Also worth noting their "zero-knowledge" stuff is broken as soon as you log in to the website or use one of the mobile apps, at which point the server has your key.
Re: Dbxfs – A Dropbox-backed file system
#26See also: https://github.com/archiecobbs/s3backer Run a normal filesystem on top of S3! (Non-shared.) In theory it might have really good performance due to your kernel caching blocks and files, and 25Gbit throughput to S3. Dependent of course on your instance being in EC2 and in the right region and having a big enough instance to get 25Gbit network. I tried AWS EFS and found the performance very sad. Like 100Mbit e…
If you like, you can now specifically provision throughput for EFS at the rate of about $6 per MiB/s (8Mbps) per month.
Re: Dbxfs – A Dropbox-backed file system
#27After Dropbox stopped supporting filesystems besides non-encrypted Ext4 I've dropped it entirely. I now use SpiderOak One, which doubles as E2E encrypted cloud backup in addition to folder sync.
You can make an Ext4 filesystem in a file, loopback mount that and point Dropbox at it. Works just fine.
Re: Dbxfs – A Dropbox-backed file system
#28rclone mount also works with the 20 or so cloud providers supported by rclone (s3, gcs, swift, box, dropbox, b2, etc).
rclone runs on Linux, Windows, macOS and quite a few other architectures! It is written in Go.
Re: Dbxfs – A Dropbox-backed file system
#29The author should think about applying to Dropbox ;)
Re: Dbxfs – A Dropbox-backed file system
#30After Dropbox stopped supporting filesystems besides non-encrypted Ext4 I've dropped it entirely. I now use SpiderOak One, which doubles as E2E encrypted cloud backup in addition to folder sync.
How about truecrypt/veracrypt with Dropbox ?