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

Support find on linux #455

Closed
wants to merge 3 commits into from
Closed

Support find on linux #455

wants to merge 3 commits into from

Conversation

remy
Copy link
Owner

@remy remy commented Jan 5, 2015

Though the command is slightly different, so fork the code logic. This will still fall back to alternative method if find isn't available.

Ref #419

remy added 3 commits January 5, 2015 21:32
Though the command is slightly different, so fork the code logic. This will still fall back to alternative method if find isn't available.

Ref #419
remy added a commit that referenced this pull request Jan 8, 2015
Closes #455
Closes #453
Fixes #419

This method creates a file and checks the stat to check of an offset between the date on the machine and the created time on the file system. Docker (in my tests) show that you can get the offset using this method.

Once we have the offset, we tell the user (once) and then we use that to find files that have been modified according to the offset (either looking in the last using -mmin or in the future using -newer + a touched file).
@remy remy closed this in #459 Jan 12, 2015
@remy remy deleted the fix/419-support-find-on-linux branch January 16, 2015 10:04
@remy remy restored the fix/419-support-find-on-linux branch January 16, 2015 10:05
@remy remy deleted the fix/419-support-find-on-linux branch January 16, 2015 10:05
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