Skip to content

For handling backup/restore of etcd database from userspace

License

Notifications You must be signed in to change notification settings

a-palchikov/etcd-backup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

etcd-backup

A simple utility for backup / restore of etcd data, that works between versions, and can migrate v2 data to v3.

Backup / Restore etcd data

Usage:
  etcd-backup [command]

Available Commands:
  backup      backup etcd datastore
  help        Help about any command
  restore     restore etcd datastore

Flags:
      --etcd-cafile string     SSL Certificate Authority file used to secure etcd communication. (default "/var/state/root.cert")
      --etcd-certfile string   SSL certification file used to secure etcd communication. (default "/var/state/etcd.cert")
      --etcd-keyfile string    SSL key file used to secure etcd communication. (default "/var/state/etcd.key")
      --etcd-servers strings   List of etcd servers to connect with (scheme://ip:port), comma separated. (default [https://127.0.0.1:2379])
  -h, --help                   help for etcd-backup

Use "etcd-backup [command] --help" for more information about a command.

About

For handling backup/restore of etcd database from userspace

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%