I use whatever online storage service I want because you can add your own encryption layer so you only sync encrypted files.
rclone supports lots of services and will also encrypt files for you.
This. It's not as simple to get it working as it is on non-free OS's, but with rclone I can get on Linux pretty much the same functionality I get from (eg.) Google Drive on Windows, including have most of the drive with on-demand access (meaning files are not stored locally, but downloaded / uploaded as needed) with a few specific folders synced for offline use. Since it supports a lot of storage services, I suppose it shouldn't be that different to set it up the same way with Proton Drive.
I tried setting this up on my QNAP and almost pulled out all my spines (because I'm a hedgehog 🦔) in the process. This was quite a while ago, so I don't remember exactly what the issue(s) were, but I do remember spending quite a bit of time on this without being able to get it to work. The fault may lie with the QNAP.
Problem of Proton Drive is not only in the missing linux client. There is no support of WebDAV that makes integration with many open source tools (like note taking apps or photo management tools) almost impossible. Nextcloud is much better for me. Without a WebDAV (or one of other popular APIs) it looks like an attempt to create "walled garden" with vendor-lock on Proton, imo.
Yeah I totally agree, I hate that they keep adding new stuff instead of focussing on their core business. It's especially annoying as the Android Protonmail app and the regular web mail client are really bare bones and have several long standing issues. Honestly if I had set it up with my own domain instead of the @pm.me (which admittedly is a nice suffix) I probably wouldn't be a paying customer anymore.
I have a hetzner storage box mounted with sshfs, but I wish I didn't have to since I'm paying for protondrive too. It took me a whole day to upload my personal files to protondrive through the web interface since it crashed the browser repeatedly and I had to verify what got uploaded or not each time.
I only used the Free Tier without time limitation. Just logged in to the web client in browser to see if my files are still there, and I still have my files uploaded 2 years ago. I think Free Tier starts with 1 GB of free space and you can unlock more and more if you do some tasks like installing the CLI tool and such (I have 5 GB of space without time limtations). And the files are stored in European servers; not sure if I had a choice at account creation time or if this is tied to the location where I am.
If you want more space, you can either pay annually or a one time payment for lifetime access (500gb for 200 Euros, 2 TB for 400 Euros...).
@thingsiplay Last year they offered 20 GB free for every referral - both for you and the person you referred - because of their anniversary. And the features just make it such a compelling option as well. Such a great service.
Filen is good. Works like a charm. Back in the days I got their pay once for 100GB of storage package and am very happy about it. Looks like they have the starter 100GB lifetime available still i.e. pay only once.
@hedge I am quite a hoarder for cloud services, lol. The most private ones I use are Mega, pCloud and Nextcloud. Alternatively, you can also use Syncthing if you only care about syncing your files over.
Rclone seems like a good bet; however I'm a bit confused as to how to get started. Would one of you kind souls be good enough to guide me through some of the process? I've installed the latest .deb, and if I want to (eventually) sync my home folder to Proton Drive, then rclone needs to run at startup in the background, yes? What is the command for this? It's not just rclone, it has to be rclone rc or rcd . . . ? Or pehaps I need to set up Proton Drive to receive my files first?
Yeah, I know, "RTFM." I did, but am still kind of confused. A "remote" presumably means a remote folder/share/whatever in the cloud, in this case on Proton Drive, yes? If I want to set Rclone to automaticlly sync, say, my home folder to Proton Drive, Rclone has to run as a service on startup for this to work. They say
Start as a service:
To always run rclone in background, relevant for mount commands etc, you can use systemd to set up rclone as a system or user service. Running as a system service ensures that it is run at startup even if the user it is running as has no active session. Running rclone as a user service ensures that it only starts after the configured user has logged into the system.
But I don't know how to do that . . . I've found a few, I guess, "scripts" for this online but each one is a bit different. Unfortunately, just because I'm a Linux person doesn't mean that I know what I'm doing . . .
EDIT: After some further research, I found a couple scripts, but since each one is a bit different, I'm not sure which one to choose or how to write one that best suits my needs . . . would be kind of nice if Rclone would include this somewhere in their documentation; so far I haven't found anything.
EDIT EDIT: I would say that this is fairly complicated for the average user, but my research continues . . .
EDIT EDIT EDIT: Can anyone attest to this, this, or this?