Receive an email alert if a folder stop to be in sync

How could I build a trig to receive an email alert if a linux shared folder stop to be in sync? Exactly I am using raspbian 8 pixel (an ARM version of Debian for Raspberry).

You can use the event api and check for the FolderSummary events and if the state isn’t “idle”, send yourself an email.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.