Something questions about zk_shell data restoring
Opened this issue · 1 comments
Kelly-ZH commented
Hello, I have the following questions, I hope to be answered:
- Zk_shell supports copying ZooKeeper cluster to json file, but how to restore from json file to original ZooKeeper cluster?
- Does zk_shell support copying data at a specified time?
Thank you for reading, and I am looking forward to your reply.
Yasumoto commented
Just curious, have you seen this post before?
Another option to get a snapshot dump directly is zkSnapShotToolkit
. For restoration, what about just using a backed up snapshot?
In terms of scheduling, you probably would get very far setting up a cron
entry or systemd
task. Would that be an option for ya?