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

pull: Add protection for local folders having local changes #72

Merged
merged 2 commits into from
Aug 5, 2018

Conversation

greezybacon
Copy link
Collaborator

This protects the folders from the modification time being reverted back to the remote folder's modification time. This happens because the files are protected, not the folder, and somehow folder's are not excluded from rsync's --update flag.

@greezybacon greezybacon changed the base branch from master to develop February 12, 2018 17:40
Jared Hancock added 2 commits August 3, 2018 15:21
A folder's modification may bereverted back to that of to the remote
folder's modification time if it contains local new files. This happens
because the files are protected, not the folder, and somehow folder's
are not excluded from rsync's `--update` flag.
This protects the folders from the modification time being reverted back to the
remote folder's modification time. This happens because the files are
protected, not the folder, and somehow folder's are not excluded from rsync's
`--update` flag.
@greezybacon greezybacon merged commit 9725397 into ku1ik:develop Aug 5, 2018
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