-
Notifications
You must be signed in to change notification settings - Fork 155
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
CopyVolumeData enhancement to use Kopia #2921
Comments
What we can do about it is to deprecate the restic-specific functions and create new kopia-specific functions for backup compatibility. |
Draft implementation using kopia repository server can be found here: #2143 |
Can we imagine a workflow that include snapshot + export, because the replacement you propose still require a sidecar correct ? We can imagine doing that in 5 steps
But that would make sense to create a function for doing the 5 altogether, it would take 3 arguments
And would output the kopia identifier That would bring a lot to the blueprint author
|
That's an interesting question, a function which should do multiple stages sounds a lot like a blueprint. Composability of blueprints is a challenge of course. What it looks to me is following steps:
|
In discussion with @michaelcourcy today, he noted that the Kanister CopyVolumeData function exists, but it appears to be Restic specific.
Can we use this function with Kopia and without a Kanister sidecar? Operators cannot implement the sidecar pattern.
The text was updated successfully, but these errors were encountered: