OpenCDP / BlockCDP

Linux Block Device CDP
GNU General Public License v2.0
5 stars 1 forks source link

做了数据修改该如何测试回滚任意时间点? #2

Open yzcyayaya opened 4 months ago

yzcyayaya commented 4 months ago
m2@m2:~/BlockCDP$ python merge.py
['metafile.2024-07-07-21-37-06', 'metafile.2024-07-07-21-44-06', 'metafile.2024-07-07-21-57-08']
python merge-core.py metafile.2024-07-07-21-37-06 metafile.2024-07-07-21-37-06 '' '' test
python merge-core.py metafile.2024-07-07-21-44-06 metafile.2024-07-07-21-44-06 '' '' test
python merge-core.py metafile.2024-07-07-21-57-08 metafile.2024-07-07-21-57-08 '' '' test

我不清楚现在这些对应的时间点是有什么数据,我回滚到之前的时间点后,我能否再到最新的数据。

OpenCDP commented 4 months ago

https://my.oschina.net/fsmj/blog/11050835 你可以先看看我之前写的这篇文章介绍可能会清晰一点