Lines Matching full:backup
4 # Tests for drive-backup
78 self.vm.cmd('drive-backup', device='drive0', sync='top',
86 'target image does not match source after backup')
91 self.vm.cmd('drive-backup', device='drive0',
99 self.assert_qmp(event, 'data/type', 'backup')
116 self.vm.cmd('drive-backup', device='drive0',
126 self.assert_qmp(event, 'data/type', 'backup')
150 def qmp_backup_and_wait(self, cmd='drive-backup', serror=None,
156 def qmp_backup(self, cmd='drive-backup',
173 # Backup succeeded.
185 # Create a reference backup
191 # Now to the test backup: We simulate the following guest
197 # (2) [1M, 2M): The backup job must not get overeager. It
291 res = self.qmp_backup(cmd='blockdev-backup',
302 with iotests.Timeout(60, "Timeout waiting for backup actually paused"):