Lucretius / vault_raft_snapshot_agent

⛔️ DEPRECATED ⛔️ An agent which provides periodic snapshotting capabilities of Vault's Raft backend
MIT License
78 stars 42 forks source link

Different frequency for each storage backend #11

Open voiprodrigo opened 3 years ago

voiprodrigo commented 3 years ago

Hi,

I'd like to be able to write locally multiple times a day, but only push to AWS once a day. Also retention would be managed differently. I browsed the configuration documentation, and it does not seem to be possible, but would like to confirm.

Thanks.

voiprodrigo commented 3 years ago

I'm thinking I can deploy two systemd units and have each with their own configuration. But it would be nice if it could be done with a single running agent instead of two.