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
Refactors Snapshotter to timer instead of checking frequency directly #5
Refactors Snapshotter based on https://github.com/Boostport/vault_raft_snapshot_agent/commit/ecc97acf4b3b1e5a1db400b2a3bdd03fd1aff381 to use a timer instead of checking/waiting until frequency duration