https://github.com/paambaati/burry-docker
🐳 Docker image for burry.sh
https://github.com/paambaati/burry-docker
backup docker docker-image etcd restore zookeeper
Last synced: about 2 months ago
JSON representation
🐳 Docker image for burry.sh
- Host: GitHub
- URL: https://github.com/paambaati/burry-docker
- Owner: paambaati
- License: mit
- Created: 2019-01-24T11:42:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-19T04:10:22.000Z (over 7 years ago)
- Last Synced: 2025-01-30T12:16:20.586Z (over 1 year ago)
- Topics: backup, docker, docker-image, etcd, restore, zookeeper
- Language: Dockerfile
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# burry-docker
🐳 Docker image for [burry.sh](https://github.com/mhausenblas/burry.sh)
## Usage
```
docker pull gpdocksthings/burry
```
For example, to backup ZK data to S3, use —
```
docker run gpdocksthings/burry -e :2181 -i zk -o backup -t s3 -c s3.amazonaws.com,ACCESS_KEY_ID=,SECRET_ACCESS_KEY=,BUCKET=,PREFIX=
```
To restore a ZK backup from S3, make sure you include the snapshot ID —
```
docker run gpdocksthings/burry -e :2181 -i zk -o restore -t s3 -c s3.amazonaws.com,ACCESS_KEY_ID=,SECRET_ACCESS_KEY=,BUCKET=,PREFIX= -s
```
Note that if `ACCESS_KEY_ID` and `SECRET_ACCESS_KEY` are left out, burry attempts to use the attached IAM profile.
### Debugging
You can use the `LOG_LEVEL` environment variable to change the logging level for burry.