more polish to 5000* demo
[eblake-techtalks.git] / 1000-introduction.html
blob14c35538791fc478c40edb38ab10306de46ead5f
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>
5 <div id="titlepage">
6 <p class="title">
7 Bitmaps and NBD: Building Blocks of Change Block Tracking
8 </p>
10 <p class="author">
11 Eric Blake <small>(eblake @ redhat.com)</small> <br>
12 <small>15:30 Friday October 30th, 2020</small>
13 </p>
15 <p class="abstract">
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.
22 </p>
23 </div>