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

Resolve failure to read long file path #33

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

raisonm
Copy link

@raisonm raisonm commented Mar 15, 2017

Currently realsync gets caught in a loop when trying to copy over files that exceed the limit for file path/name length. What happens it realysync fails to copy the file, as expected. But then realsync, noticing that this file is in the source but not the destination, tries to copy the file over again so that source and destination are properly synced. Realsync is unable to copy the file over due to the file path/name length again and the cycle repeats.

The changes in this pull request allow realsync to fail gracefully when the file path/name is too long without trying to copy the file again.

Matthew Raison and others added 3 commits March 14, 2017 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant