feat: 增加 RocksDB 检查点备份和恢复

This commit is contained in:
chuan
2026-08-10 13:35:22 +08:00
parent 2ff9e1d139
commit ea4625e5da
16 changed files with 740 additions and 15 deletions
Generated
+7
View File
@@ -656,6 +656,7 @@ dependencies = [
"blake3",
"clap",
"dht-crawler",
"dunce",
"fs2",
"hex",
"regex",
@@ -716,6 +717,12 @@ version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "either"
version = "1.17.0"