Argelbargel / vault-raft-snapshot-agent

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
8 stars 3 forks source link

Make sure the default config file name is consistent #26

Closed ruizink closed 4 months ago

ruizink commented 4 months ago

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.

Argelbargel commented 4 months ago

Hi @ruizink, thank you for your contribution!