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

Minor Updates and enhancements to Backup package #1

Closed grubernaut closed 8 years ago

grubernaut commented 8 years ago

Instead of passing backup and consul.Client in a function, use methods off of the Backup type, and inherit the consul.Client into the backup type.