When manually creating a Consul snapshot, which of the following commands creates a snapshot and saves it to the local node?

When manually creating a Consul snapshot, which of the following commands creates a snapshot and saves it to the local node?
A . consul snapshot create practice-exam.snap
B. consul initiate snapshot practice-exam.snap
C. consul snapshot save practice-exam.snap
D. consul save snapshot practice-exam.snap

Answer: C

Explanation:

The consul snapshot save command is used to retrieve an atomic, point-in-time snapshot of the state of

the Consul servers which includes key/value entries, service catalog, prepared queries, sessions, and

ACLs. The snapshot is saved to the given file.

https://www.consul.io/docs/commands/snapshot/save

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments