-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to backup/restore using restic without remote bucket #2027
Comments
@Ilyes512 it is possible. There is a limitation, though, in that velero's restic integration can't back up Here's one way to do it using minIO (I just tried this out and it worked, barring the hostPath limitation):
|
Let us know if this works for you! |
Yeah... should have maybe waited or updated my question... but I am now playing with minio and reading the docs. Although I think it's a bit much and It should be easier (with less deps) to do. But I will try it anyways so your instructions will come in handy :) |
Is it possible to backup a kind cluster using restic and store the "snapshot"/result locally on your own machine. I just want to create snapshot of my dev cluster so I can restore it after, for instance, a reboot of my laptop.
The text was updated successfully, but these errors were encountered: