You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"level":"info","ts":1624647639.0188997,"caller":"snapshot/v3_snapshot.go:119","msg":"created temporary db file","path":"/home/core/assets/backup/snapshot_2021-06-25_190035.db.part"}
snapshot db and kube resources are successfully saved to /home/core/assets/backup
68
75
----
69
76
+
70
77
In this example, two files are created in the `/home/core/assets/backup/` directory on the master host:
71
78
72
-
* `snapshot_<datetimestamp>.db`: This file is the etcd snapshot.
79
+
* `snapshot_<datetimestamp>.db`: This file is the etcd snapshot. The `cluster-backup.sh` script confirms its validity.
73
80
* `static_kuberesources_<datetimestamp>.tar.gz`: This file contains the resources for the static pods. If etcd encryption is enabled, it also contains the encryption keys for the etcd snapshot.
0 commit comments