pshima / consul-snapshot

consul-snapshot is a backup and restore utility for Consul (https://www.consul.io). This is slightly different than some other utilities out there as this runs as a daemon for backups and ships them to S3. Also has integrated monitoring and backup health checks.
Apache License 2.0
116 stars 35 forks source link

ability to configure what needs to be backed up #32

Open rajatjindal opened 9 months ago

rajatjindal commented 9 months ago

Hello @pshima, thank you for writing this tool. It seems to be quite useful.

Would it be ok to add the ability to configure what parts need to be backed up? e.g., in the code, we use the error msg to check if ACLs are enabled or not, and it might be nice to be able to configure that.

If this sounds like an acceptable feature to add, I am happy to submit PR.

Thanks again Rajat Jindal