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
Minor Updates and enhancements to Backup package #1
Instead of passing
backup
andconsul.Client
in a function, use methods off of theBackup
type, and inherit theconsul.Client
into the backup type.