timmmay:
meesham:
Well this sucks. The main reason I was using Crashplan is they support Linux, even if the client is a big bloated Java app. I've recently been moving all my VM backups to borg so I think I'll just have to use that and then rclone the files to some cloud storage somewhere, maybe Gsuite.
I use Borg on my Linux server for incremental, deduplicated backups. I sync the "database" to an S3 bucket, and I sync the S3 bucket down to my PC. It works well.
It runs on Linux, but doesn't run natively on Windows. You can probably get it working using cygwin or the W10 Linux subsystem, but that seems to be to be a bit of a hack. I'm not sure I like hacks for backups, I like reliable and supported.
This guy compiles a single executable for it - https://github.com/billyc/borg-releases - it also gives you a cygwin shell so you can set up ssh keys. I use it in conjuction with vscsc to do the shadow copy.