-
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
Back up non-cloud persistent volumes #19
Comments
Question from @akgunjal in #377 (comment):
@skriss any comments? |
@akgunjal the current thinking is that you'd be able to back up the contents of any volume mounted into the container, and restore it to the same mountPath. Are you asking specifically about being able to restore into a different directory? Would love to hear more about that use case if so, to see if it makes sense to include in the design. |
@skriss : The use-case is we take backup of any directory from inside the container onto object storage. Then restore this onto any other container in any path. This can be some other mount path or even local directory in the container. Basically its copy of data from backup location on the directory chosen by user. |
@akgunjal would you likely take a backup now, and then after several days/months pass, potentially do a restore? Or is this more like an immediate copy? |
@ncdc Please see products like http://duplicity.nongnu.org/ that allow any set of files or directories to be backed up to object storage. Ideally, it would be nice to have this flexiblity including encrypted backups that are either full and incremental |
@sandaymin123 thanks, we're planning on using something similar - restic. This will allow you to back up any directories to whatever restic supports (which is mostly object storage). |
@ncdc : The restore may be done after several days/months and may not be immediate restore after taking backup. |
…lidation-exception Revert "Fix backup location validation to coexist with registry dir."
Make sure that backup and restore has unique name for each test, and that all backups are removed after tests. Signed-off-by: Bartosz Rybacki <[email protected]>
It would be awesome if we could back up any type of volume, not just aws ebs, gce pd, and azure managed disks. Something like https://github.com/appscode/stash might be interesting to leverage or partner
The text was updated successfully, but these errors were encountered: