xline-kv / Xline

A geo-distributed KV store for metadata management
https://xline.cloud
Apache License 2.0
596 stars 74 forks source link

[Feature]: Snapshot Restore #630

Closed themanforfree closed 8 months ago

themanforfree commented 8 months ago

Description about the feature

At present, we have implemented the Snapshot interface, which can get snapshots through etcdctl or xlinectl, but we cannot use etcdutl to restore snapshot files, because the underlying data format of snapshots is different from etcd, so we need to implement our own xlineutl to restore data directories from snapshot files

Code of Conduct