Hacker News new | ask | show | jobs
by balladeer 2387 days ago
If anyone looking to try it but wants something open source for a client, have a look at http://restic.net. Been using it to backup V MO to B2 for over a year now.

Also, Arq is “one time buy” just for one version apparently.

1 comments

I've discovered Restic while playing with Golang, looks pretty neat. Have you had any issues with stability or corruption of your data? what are you using for encryption (if any?) thanks in advance.
Restic backs up my NAS to B2 without issue. I don't have a file set that changes much though, but it includes backup verification via `restic check`
Sounds good, I will def give it a go! (no pun intended) :)