diff -r 121aa89fe670 -r 170d69da51bb backup.py --- a/backup.py Tue Jan 23 22:55:00 2018 +0000 +++ b/backup.py Wed Jan 24 00:20:10 2018 +0000 @@ -319,11 +319,11 @@ self.logger.debug("Queued operation aborted") else: self.scheduled_operation=None - self.current_operation=op - self.current_operation['when_monotonic']=time.monotonic() self.__launch(op) + self.current_operation=op + self.current_operation['when_monotonic']=time.monotonic() self.state=ACTIVE self.__update_status()