• an action would be nice once the plugin is done generating

    so I can rsync my files to the destination server

Viewing 2 replies - 1 through 2 (of 2 total)
  • +1

    Currently I am using inotify to watch when the destination directory changes, but I’m having mixed results with that

    tdmalone

    (@tdmalone)

    Due to the mixed results I had with inotify, I settled on using a local git repository in the destination directory. Then, I have a cronned script that runs git status every 5 minutes. If it finds changes, it commits them and then does all the remote syncing stuff.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘action when plugin is done generating?’ is closed to new replies.