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

Basic inotify support #73

Closed
wants to merge 2 commits into from
Closed

Basic inotify support #73

wants to merge 2 commits into from

Commits on Jun 21, 2012

  1. Move update logic out of Grive constructor

    This is to make it easier to repeatedly sync the
    directory when used in a daemon-like setting without
    reinstantiating the class
    dalingrin committed Jun 21, 2012
    Configuration menu
    Copy the full SHA
    62238c5 View commit details
    Browse the repository at this point in the history
  2. Add preliminary inotify support

    Watching a folder with inotify should be daemonized in the future
    pending the addition of a configuration file scheme. Some currently
    fixed parameters such as remote drive poll rate will also be made
    configurable.
    dalingrin committed Jun 21, 2012
    Configuration menu
    Copy the full SHA
    01bc438 View commit details
    Browse the repository at this point in the history