I'm using lsyncd to mirror a local development directory structure with a remote server. I'm editing files locally (with pycharm) and wait for them to be pushed unto the server when I'm done with a given change.
Is there a way to force the lsyncd daemon to perform a sync now, not waiting for it's delay period to end, through the command line?
Thanks