more polish to 5000* demo
[eblake-techtalks.git] / 4100-initial-differential.html
blob2df3ff5116a8ab99f60463bfc090f6baf6a061cf
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 <h1>Initial qemu pull-mode differential backup</h1>
7 <ul>
8 <li>expose the bitmap over NBD for third-party access</li>
9 <li>create a new bitmap on each backup</li>
10 <li>transfer which bitmap is enabled; all others are disabled</li>
11 <li>merge sequence of bitmaps to perform differential backup</li></li>
12 </ul>
14 <p>Initial state
15 <table>
16 <tr>
17 <td style="vertical-align: top;">
18 <p style="font-size:20px;">Image.qcow2</p>
19 <table class="disk">
20 <tr>
21 <th style="visibility:hidden;">b0</th>
22 <th>A</th><th>-</th><th>A</th><th>A</th>
23 <th>-</th><th>A</th><th>-</th><th>-</th>
24 </tr>
25 </table>
26 </td>
27 </tr>
28 </table>
29 </p>
31 <p class="attribution">See also this 2018 KVM Forum presentation:
32 <a href="https://www.youtube.com/watch?v=zQK5ANionpU">Facilitating
33 Incremental Backup</a>, Eric Blake</p>