Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gravitational/etcd-backup
For handling backup/restore of etcd database from userspace
https://github.com/gravitational/etcd-backup
Last synced: about 2 months ago
JSON representation
For handling backup/restore of etcd database from userspace
- Host: GitHub
- URL: https://github.com/gravitational/etcd-backup
- Owner: gravitational
- License: apache-2.0
- Archived: true
- Created: 2018-02-21T01:31:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T12:25:23.000Z (over 3 years ago)
- Last Synced: 2024-08-05T17:23:35.241Z (5 months ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 9
- Watchers: 40
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloud-native - etcd-backup - For handling backup/restore of etcd database from userspace. (Operator)
README
## 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 dataUsage:
etcd-backup [command]Available Commands:
backup backup etcd datastore
help Help about any command
restore restore etcd datastoreFlags:
--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-backupUse "etcd-backup [command] --help" for more information about a command.
```