Any advantages over velero? <a href="https://heptio.github.io/velero/master/restic.html" rel="nofollow">https://heptio.github.io/velero/master/restic.html</a>
We've been using k8s-snapshots[1]
Very easy to setup and use. Very simple to add snapshots too.<p>How does this compare?<p>[1] <a href="https://github.com/miracle2k/k8s-snapshots" rel="nofollow">https://github.com/miracle2k/k8s-snapshots</a>
You can also try Stash <a href="https://github.com/stashed/stash" rel="nofollow">https://github.com/stashed/stash</a> . This has been in use since 2017 and always worked with Restic.<p>Disclaimer: My company, AppsCode is the primary developer behind Stash.
I actually have a cluster that I need to tear down and do disaster recovery practice on, but didn't know how, so I'm still paying for the "important data" that I generated on it.<p>I will use it tonight, thank you friend!