I have a process executing every 5 minutes (precisely) which overwrites the content of a folder. It obviously synchronizes whith another (identified) folder, which means it completely replaces the content of the folder with content of the other folder. The kind of thing that rsync or unison do (which we both use).
I looked in the crontab, and after deactivating the only script executed every 5 minutes, nothing changed. So it's another process.
How could I find which script/process/thing is responsible for that behavior?
My system is CentOS 6.