consul-backinator

Backup and restore Consul cluster data and configuration

brewmacoslinux
Try with needOr install directly
Source

About

Consul backup and restoration application

Commands

consul-backinator

Examples

Create a backup of the Consul cluster$ consul-backinator backup -consul-addr localhost:8500 -backup-file consul-backup.json
Restore Consul from a backup file$ consul-backinator restore -consul-addr localhost:8500 -backup-file consul-backup.json
Backup with custom datacenter and ACL token$ consul-backinator backup -consul-addr localhost:8500 -datacenter dc1 -token your-acl-token -backup-file backup.json