Linux LVM 快照脏块位图

发布于 2024-11-28 07:10:20 字数 212 浏览 1 评论 0原文

我正在寻找在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

木緿 2024-12-05 07:10:20

这只是一个快速且部分的答案,但从内核 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文