Skip to content
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

Avoid synchronizing files that are already in sync. #38

Closed
JohnTheGr8 opened this issue Jan 9, 2014 · 0 comments
Closed

Avoid synchronizing files that are already in sync. #38

JohnTheGr8 opened this issue Jan 9, 2014 · 0 comments
Assignees
Milestone

Comments

@JohnTheGr8
Copy link
Member

What happens

When checking through the local files for the first time, any files that exist on both sides (client and server) will be re-uploaded and overwritten on the server side, even if the files were identical in the first place.

What should happen

If the remote file appears to be identical to the local one (size comparison, since we can't rely on hash comparison), synchronization should be skipped and the file should be marked as synced.

@ghost ghost assigned JohnTheGr8 Jan 9, 2014
@JohnTheGr8 JohnTheGr8 mentioned this issue Jan 9, 2014
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant