-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
What steps will reproduce the problem?
1. Task type – Backup. Backup done. Modify type to sync. Sync done. Modify
file in target. Sync successful. No change is made in source.
2. Task type – Backup. Backup done. Modify type to sync. Sync done. Modify
file in source. Sync successful. No change is made in target.
3. Task type – sync. Sync done. Modify type to backup. Backup done. Remove
file in source. Restore successful. No restoration is made in source.
What is the expected output? What do you see instead?
Restoration is made in source.
What version of the product are you using? On what operating system?
2.0. Win7.
Please provide any additional information below.
Possible reason for 1 to 3: Sync / Backup information is not totally
calculated upon request. Modifying the task type will lead to the missing
of previous calculated information and the operation will always be
success.
Original issue reported on code.google.com by jonat...@gmail.com on 13 May 2010 at 3:59