How to get a backup of filesystem volume with Kopia CLI? #8352
Unanswered
krzwiatrzyk
asked this question in
Community support Q&A
Replies: 1 comment 2 replies
-
Velero do use a static password on kopia backups in addition, check bsl bucket prefix is added to kopia path. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like in the title, I have a backup of a volume that was mounted to a pod. This backup is in Minio storage. I can properly restore this volume with Velero restore feature.
However, I want to ensure that in some misterious cases I will be able to work on a volume backup. As I know that filesystem backup is performed via Kopia, I have installed Kopia CLI and pointed to S3 bucket (and path) where my volume is.
And:
kopia repository connect s3
<-- successkopia snapshot list --all
<-- empty outputkopia contents size
<-- 0BAnd I wonder, doesn't using some custom kopia code break integration with Kopia CLI directly? Is it event possible anymore to get/decrypt that thata without restoring it into pod filesystem?
Beta Was this translation helpful? Give feedback.
All reactions