teejee2008 / timeshift

System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
GNU Lesser General Public License v3.0
4.66k stars 282 forks source link

timeshift v18.6 restore cancel process failed #306

Open heysion opened 5 years ago

heysion commented 5 years ago

Describe the bug timeshift v18.6 restore cancel process failed

To Reproduce Steps to reproduce the behavior:

  1. ceate a rsync backup
  2. Click on restore and select backup items
  3. wait the progress bar over 10% , cancel it .

Expected behavior cancel succeed

Screenshots timeshift cancel failed

System (please complete the following information):

Consider making a donation to support this project

teejee2008 commented 5 years ago

Why are you trying to cancel the restore?

Cancelling an rsync restore will leave the target system in an inconsistent state. Please be certain you wish to do the restore before starting it.

heysion commented 5 years ago

Why are you trying to cancel the restore?

Cancelling an rsync restore will leave the target system in an inconsistent state. Please be certain you wish to do the restore before starting it.

Yeah . I know it . But I found problem was not throw from rsync cancel process . I checked the source code which transform after the valac . Maybe was the issues due to callback gtk window when after rsync cancel process ending .