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
+7
View File
@@ -13,6 +13,13 @@ check_interval_secs = 10
minimum_free_bytes = 5368709120
resume_free_bytes = 6442450944
[backup]
enabled = true
directory = "data/backups"
interval_secs = 21600
retain_checkpoints = 3
create_on_start = true
[logging]
directory = "data/logs"
file_enabled = true