[FAQ] Does Velero handle backups atomically? #3375
Answered
by
dsu-igeek
dsu-igeek
asked this question in
Community support Q&A
-
Does Velero handle backups atomically? |
Beta Was this translation helpful? Give feedback.
Answered by
dsu-igeek
Jan 29, 2021
Replies: 1 comment
-
Cluster backups are not strictly atomic. If Kubernetes objects are being created or edited at the time of backup, they might not be included in the backup. The odds of capturing inconsistent information are low, but it is possible. See how Velero works for more info. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
carlisia
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cluster backups are not strictly atomic. If Kubernetes objects are being created or edited at the time of backup, they might not be included in the backup. The odds of capturing inconsistent information are low, but it is possible. See how Velero works for more info.