Linux LVM 快照脏块位图
我正在寻找在 Linux 上为不同文件系统创建完整/增量快照备份的方法。
我想要关于创建快照(COW 机制)时要查找哪些 LVM/设备映射器源文件的指针,以及存储更改的块位图以进行增量备份的位置。
设备映射器上是否有可用的 API 调用来创建快照并在增量期间获取脏块位图?
另外,Linux 上是否有其他机制可用于创建跨 LVM 卷和原始磁盘文件系统常见的快照?
I'm looking for ways to create full/incremental snapshot backups on Linux for different file systems.
I wanted pointers on which LVM/Device mapper source files to look for regarding creating snapshots (COW mechanism) and where changed block bit maps are stored for incremental backups.
Is there API calls available on Device mapper to create a snapshot and get the dirty block bit map during incremental?
Also, is there any other mechanism available on Linux to create snapshots which is common across LVM volumes and raw disk file systems?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这只是一个快速且部分的答案,但从内核 3.6 开始,如果您使用 dm-thin 目标,您可以访问快照元数据并执行增量备份。
您将在 提交消息
It's only a quick and partial answer, but since kernel 3.6, you can access the snapshot metadata and perform an incremental backup if you use the dm-thin target.
You will have more information in the commit message