Rolling log of last added/updated/deleted files via shell?

I’d like to get access to a list of files created/deleted/updated in syncthing directories via the shell. My idea would be to coalesce events over a 24hrs period and send an email or have a web page updated regularly. And perhaps have a notification sent for specific changes (at users request.) I understand the way to do it is to use the API and listen for events. I wonder if a contributed utility already exists for this?

I’m not aware of one.

If you enable the audit log (see the -audit switch) then you should be able to get the same information by parsing a file, which may be easier than using the events API.

You’ll want to stay tuned to this:

Thanks to both of you! I know my coding abilities… so I will wait and see :wink:

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