项目作者: jinmukeji

项目描述 :
etcd dump tool
高级语言: Go
项目地址: git://github.com/jinmukeji/etcddump.git
创建时间: 2019-10-30T12:20:01Z
项目社区:https://github.com/jinmukeji/etcddump

开源协议:Apache License 2.0

下载


etcddump

Go Report Card
Godoc
Releases
LICENSE

A tool used to dump / restore etcd KV.

Install

  1. go get github.com/jinmukeji/etcddump

Or download a compiled version at Release page

Usage

  1. # help
  2. etcddump -h
  3. # dump
  4. etcddump dump \
  5. --address=127.0.0.1:2379 \
  6. --prefix="/micro/config/jm" \
  7. --output=test.out
  8. # restore
  9. etcddump restore \
  10. --address=127.0.0.1:2379 \
  11. --file=test.out