Hacker News new | ask | show | jobs
by vivid_truth 2384 days ago
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.
1 comments

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) :)