Skip to content

appbaseio/consul-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

consul-backup

Script to backup Consul data and ACL to AWS S3 (periodically) and restore them back when needed or automatically at startup.

.ENV File Format

CONSUL_TOKEN=...
SERVER_HOST=...
SERVER_PORT=...
AWS_ACCESS_KEY_ID=...
AWS_SECRET_ACCESS_KEY=...
S3_BUCKET_NAME=...
# required by aws-cli package
AWS_DEFAULT_OUTPUT=json
AWS_DEFAULT_REGION=us-east-1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%