Hello,
This issue has got thinking and trying for awhile, I couldn't figure out a workaround at all.
So I store many files frequently, and I do many tagging work, one of them is tagging certain files that need to be copied to external drive whenever connected. the issue here is that external drive is not always connected and this will screw up the tagging process.
example:
Rule on Folder A:
If file tagged RED_4COPY > copy to external drive > Remove RED_4COPY
This will remove the tag from the copy, which will make the original to be copied all the time. I don't want that because I need the file to be copied once to the external drive, once I delete it from the external drive then it won't be copied again.
then I thought of this:
If file tagged RED_4COPY > Remove RED_4COPY > copy to external drive
this won't work, because the tag will be removed even without external drive connected. so another fail attempt
So this was my final attempt (using 2 rules):
1) If file tagged RED_4COPY > copy to external drive > Continue Matching Rules
2) If file tagged RED_4COPY > Remove RED_4COPY
It worked for couple of hours then not anymore!! I am assuming they work in sequence for same folder! so failed attempt
Please don't suggest script, I don't know how to make one!! So is there a workaround for this?
Thanks,