1 <meta http-equiv=
"Content-Type" content=
"text/html; charset=utf-8"/>
2 <link rel=
"stylesheet" href=
"style.css" type=
"text/css"/>
3 <script src=
"code.js" type=
"text/javascript"></script>
7 Bitmaps and NBD: Building Blocks of Change Block Tracking
11 Eric Blake
<small>(eblake @ redhat.com)
</small> <br>
12 <small>15:
30 Friday October
30th,
2020</small>
16 Incremental backups depend on change block tracking: if you know
17 which portions of a disk image have changed, you can optimize your
18 backups to visit just those portions. This talk explores how qemu
19 uses
<b>qcow2 dirty bitmaps
</b> to track changed blocks, and how
20 the
<b>Network Block Device (NBD) protocol
</b> can then expose
21 that for use in backup scenarios.