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

Feature request - Add ability to backup to a local filesystem #26

Closed desecho closed 6 years ago

pshima commented 6 years ago

If you would like to backup to just the local file system i would recommend using the built in features in consul. https://www.consul.io/docs/commands/snapshot.html

This utility is regularly meant to ship those snapshots and hopefully some day will natively support this consul feature.