Lines Matching full:backup
190 result = vm.qmp_log('blockdev-backup',
194 filter_node_name='backup-top',
205 log("--- Reference Backup #{:d} ---\n".format(n))
213 def backup(drive, n, filepath, sync, **kwargs): function
214 log("--- Test Backup #{:d} ---\n".format(n))
255 Test bitmap backup routines.
267 :param msync_mode: The mirror sync mode to use for the first backup.
278 an incomplete backup. Testing limitations prevent
334 # 0 - Writes and Reference Backup
343 # 1 - Writes and Reference Backup
350 # 1 - Test Backup (w/ Optional induced failure)
355 job = backup(drive0, 1, bsync1, msync_mode,
362 bitmaps = perform_writes(drive0, 2, filter_node_name='backup-top')
402 # 2 - Writes and Reference Backup
408 # 2 - Bitmap Backup (In failure modes, this is a recovery.)
409 job = backup(drive0, 2, bsync2, "bitmap",
434 # Always keep the last backup on success or when using 'always'
444 Test malformed and prohibited invocations of the backup API.