How to do "Run rules now" repeatly

Posted:
Wed Jun 21, 2017 11:13 pm
by sinkerine
I'm using Resilio Sync to synchronize some remote files/folders into a folder. I want Hazel to sync all files/folders in "aria2-vps" recursively to another folder. The problem is that when Resilio Sync is synchronizing a folder called "foo", the subfiles/subfolders will be added once they are ready but Hazel only runs rules against "foo" just once. Therefore I need to do "Run rules now" manually to process "foo" forcedly. My question is that is there any way to tell Hazel to always process folder forcedly? I have tried nested condition but it doesn't work for me.
Re: How to do "Run rules now" repeatly

Posted:
Thu Jun 22, 2017 11:10 am
by Mr_Noodle
I think you need to structure your conditions to run on all the files instead of running forcedly. Check out this thread on how to do this whenever any sub-file/folder has been modified:
http://www.noodlesoft.com/forums/viewto ... 1593#p6500
Re: How to do "Run rules now" repeatly

Posted:
Fri Jun 23, 2017 3:57 am
by sinkerine
Thanks for your reply. It works. In fact I have checked this thread but the rule didn't work. I found out there's a conflict in my rules just now. After I solve the conflict, the rule in the thread works.