rgs1/zk_shell

Something questions about zk_shell data restoring

Opened this issue · 1 comments

Hello, I have the following questions, I hope to be answered:

  1. Zk_shell supports copying ZooKeeper cluster to json file, but how to restore from json file to original ZooKeeper cluster?
  2. Does zk_shell support copying data at a specified time?

Thank you for reading, and I am looking forward to your reply.

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?