More Cloud Storage Options
Copy.com is soon to be discontinued. Google drive is somewhat slow and quirky, so I'm not sure I want it as a primary backup.
One tool to rule them all: rclone
rclone is in active development, and supports a range of cloud storage services. It functions as something of a swiss army knife to unify various services.
I'm using go to manage the install. To upgrade, I use:
go get -u github.com/ncw/rclone
Inexpensive Enterprise Solution: Backblaze B2
Backblaze has an affordable unlimited-space storage service, creatively called Cloud backup, but it's not linux-friendly. Their new B2 service (currently in beta) is targetted squarely at devs. It gives 10GB free, and provides full API access. It plays nice with rclone, and even has its own commandline interface.
Nice blog introducing B2 here.
Actually, the Backblaze blog appears to have a number of fantastic blog posts.
pCloud provides a linux app (as a .deb file) and a decent web app. Their plans are inexpensive, and their free tier is generous.
The linux app has some nice options, including glob patterns for file exclusion, along with standard rate-limiters, etc. In all, it looks and feels a lot like Copy.com, if somewhat less visually slick.
They offer add-on client-side encryption, and there is a mobile app that I have not yet tried.
It's $2/month. It's tied to my email. But I'm not a big fan. rclone can't delete google docs, and permissions are weird. Files get duplicated by accident, and access is rather slow.
Increasingly, I'm leaning towards just keeping google drive mainly for email, and projects that rely heavily on file exchange over email.