zerofs checkpoints 试用
以前简单说过zerofs checkpoints ,以下是一个试用
环境准备
基于了rustfs 提供s3,基本简单,参考示例部署就可以了
试用checkpoints
- 创建
./zerofs checkpoint create -c zerofs.toml firsr_snap
效果
<jemalloc>: option background_thread currently supports pthread only
✓ Checkpoint created successfully!Name: firsr_snapID: c88342e4-1534-4ffc-9b0d-6d32c124bfc4Created at: 2025-12-14 12:26:17
- 使用checkpoints 只读模式的
./zerofs run -c zerofs.toml --checkpoint firsr_snap
- 管理命令
包含了查看列表,删除等,比较简单,delete,list,create 等
说明
zerofs的checkpoint 是一个挺不错的功能,很值得尝试下
参考资料
https://www.zerofs.net/checkpoints