-
-
Notifications
You must be signed in to change notification settings - Fork 872
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check timestamp to ensure that latest timestamp is used when comparing OneDrive changes (Issue #505) #506
Conversation
abraunegg
commented
May 21, 2019
- If OneDrive presents a change to download and the file already exists, check the local modified timestamp to ensure that the local file is not technically newer than the file we are going to download
* If OneDrive presents a change to download and the file already exists, check the local modified timestamp to ensure that the local file is not technically newer than the file we are going to download
* Update localtime check for new items
reproduction steps:
without patch:
with patch:
|
if file is truly newer on OneDrive:
|
Given #23 fixed the file hashing issues the original client had, there are not going to be any hash clash issues as well (which was the root cause of many files being replicated with hostname being added) .. this should be good to go once reviewed. |
* Update log message to indicate we are keeping local item
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |