I recently evaluated a bunch of cloud storage/backup services. rsync.net is a ssh-accessible ZFS filesystem (including support for zfs send/recv) in the cloud, B2 is object storage.
rsync.net has a cheaper version aimed at people doing borg backups. Unfortunately it's still 3x the cost of B2 for 1TB of data.
I looked at rsync.net and really liked the idea, but costing 5x as much just doesn't justify the features.
Where do they offer the 3x cost solution? Cheapest pricing I can find is 2.5cents/GiB/mo (the 5x price).
I'm currently doing borg backups to a local server, then using restic to back up my borg backups to B2. My reason for using restic over rclone is so that if the local backup is corrupted I've got history on the remote to fall back to.
I'm hoping to find a less cumbersome way to do this.