Lines Matching full:backup
33 When performing a backup, all writes on the source subtree must go through the
39 test create an example of such configuration and checks that a backup is then
40 not allowed (blockdev-backup command should fail).
62 with other node write permission. So permission update will fail and backup job
65 Note, that the only thing which prevents backup of running on such
67 different block drivers, so backup will run in invalid configuration. But
69 preceding this test creation), starting backup on such configuration led to
96 vm.qmp_log('blockdev-backup', sync='full', device='source', target='target',
119 vm.qmp_log('blockdev-backup',
120 job_id='backup',
124 filter_node_name='backup-filter',
131 assert vm.node_info('backup-filter') is not None
133 vm.qmp_log('job-finalize', id='backup')
140 command_line='qemu-io backup-filter "write 0 1M"')
143 assert vm.node_info('backup-filter') is None
145 vm.qmp_log('job-dismiss', id='backup')