-
Story
-
Resolution: Unresolved
-
Major
-
None
-
Quality / Stability / Reliability
-
None
-
21
-
False
-
-
False
-
ToDo
-
-
-
Very Likely
-
0
-
Unset
-
Unknown
-
None
see - https://hackmd.io/UvHpcHA8SaeCPL8KAcMo7g
OADP provides robust, snapshot-based backup and restore for OpenShift KubeVirt Virtual Machines (VMs). This is ideal for full disaster recovery but does not address the common need for granular, file-level backups initiated from within the guest OS (e.g., backing up application configurations, user data, or log directories).
This design proposes a Kubernetes-native, client-server architecture to enable file-level backups directly from within VMs.
We will introduce a new Custom Resource Definition (CRD), BackupStorageLocationServer, which deploys and manages a Kopia repository server within the OpenShift cluster. This server will use an existing Velero BackupStorageLocation (BSL) as its storage backend.
Users inside VMs can then use a standard Kopia client to connect to this managed server and perform self-service, path-level backups and restores.
This approach shifts from an external, "pull" model (like libguestfs or ssh) to an internal, "push" model, empowering VM users and integrating seamlessly with existing cloud storage infrastructure and maintaining centralized storage governance by administrators.
- mentioned in
-
Page Loading...