I tried rclone and it freaked out at regular ping intervals and instead deleted everything on the drive. GG. I want to like you Proton but your decisions of late are ASTHENATE. I wouldn’t have minded the crypto wallet release if basic features on the core apps were remotely coherently finished. The AI writer add on for a local model doesn’t even work on Firefox. For people supposedly embracing the FOSStyle, this isn’t the way. /rant
i wander where they got the feedback from, that the people wanted AI related features more than say linux support on drive, mail, and vpn
I’m just over here wanting a “just the fucking email I signed up for” option, or an “opt out of additional bullshit you didn’t ask for” button. Heck, throw in a "disallow any APIs for “AI” permanently button.
Do what I do. I run my own email server. When a company spams me, I create a server level rule that forwards all of their emails to their sales address, and then deletes the email from my server.
Just go to mailbox.org?
Still waiting for Proton Drive, so that I may spend my money on Proton.
FYI: RClone added proton drive support. just synced a 220gb borg archive over last week.
I wonder if Proton could shave off some work hours by just putting the API team in contact with the RClone backend developer, or by contributing to it.
I get the feeling even if Proton released a drive app for Linux, all but the most casual users will just be waiting for when RClone learns from it and improves.
Yes, I am aware. I did too, two weeks ago and then it deleted everything after it stopped working.
That’s odd behavior, haven’t seen that before myself. I had to try a few times, the command that finally got it to sync for me was as follows:
rclone sync ./borg crypt:/borg/ --verbose --retries=10 --low-level-retries=20 --drive-chunk-size=32M --protondrive-2fa 123456
then I followed up with a --protondrive-replace-existing-draft=true
to fix the remaining errors.
YMMV. Hope you’re able to get it working!