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

Allow user to specify object prefix (#11) #12

Closed mfischer-zd closed 8 years ago

mfischer-zd commented 8 years ago

If user sets the CONSUL_SNAPSHOT_UPLOAD_PREFIX environment variable, use it instead of backups as the path prefix for each object uploaded to S3.

Closes #11

pshima commented 8 years ago

Merging this thanks a lot!

Going to move the defaults for the prefix code over to config.go but have a couple other changes there so will do that in another commit.

mfischer-zd commented 8 years ago

Great. Can you comment here after you cut the next release?

pshima commented 8 years ago

0.2.2 published

https://github.com/pshima/consul-snapshot/releases/tag/v0.2.2