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

Support arbitrary object path prefix #11

Closed mfischer-zd closed 8 years ago

mfischer-zd commented 8 years ago

We'd like to be able to specify an arbitrary prefix to each uploaded object.

Hostname would ordinarily be the obvious choice, but not all systems have useful names, especially AWS instances. Another alternative one might choose would be the Consul datacenter name -- after all, that's the scope of the backup.

pshima commented 8 years ago

:+1: I can probably tackle this in the next few days.