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

Hostname as part of filename #8

Closed ljagiello closed 8 years ago

ljagiello commented 8 years ago

With multiple clusters it's useful to keep hostname as a part of filename and store all backups in one place. It's also more obvious from where backup came from.

pshima commented 8 years ago

Looks good thanks!