An agent which creates periodic snapshots of Vault's integrated raft storage and stores them locally or in remote storages as backup in case of system failure or user errors.
MIT License
9
stars
4
forks
source link
Make sure the default config file name is consistent #26
According to https://github.com/Argelbargel/vault-raft-snapshot-agent/blob/c7e6af1e4a0df979caef7a3b9a7043de70132773/cmd/vault-raft-snapshot-agent/main.go#L57 we are looking for a file named
snapshots
(plural).This PR updates the relevant docs to maintain consistency, as
snapshot
(singular) is mentioned several times and can lead to confusion.