MemoryShadow / minecraftctl

This is a minecraft server management tool that supports background running, fast download deployment (beta), start, stop, restart, backup, restore backup, send messages to players, monitor player messages and respond (alpha)
https://MemoryShadow.github.io/minecraftctl
GNU General Public License v3.0
6 stars 1 forks source link

回档功能(需要重启服务器) #8

Closed MemoryShadow closed 1 year ago

MemoryShadow commented 1 year ago

完全回档功能

MemoryShadow commented 1 year ago

嘿, 我突然有了个很棒的点子, 这肯定可以优化备份与恢复机制的! 这也会合并在这个分支当中

我可以在备份之前算出文件的sha256值, 这样就可以比对哪些文件发生了变化, 只恢复那些改动的文件就好. 等着吧, 我会搞定的!

MemoryShadow commented 1 year ago

很棒! 我搞定了, 现在恢复时会优先尝试使用差异化恢复的方案了

MemoryShadow commented 1 year ago

出现了问题, 回档功能做跨核心时会出现问题, 需要提交修复补丁