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

Commits on Aug 3, 2018

  1. mtime: Add test case for folder mtime changing

    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.
    Jared Hancock committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    a781317 View commit details
    Browse the repository at this point in the history
  2. pull: Add protection for local folders having local changes

    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.
    Jared Hancock committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    773aa12 View commit details
    Browse the repository at this point in the history