This is just a simple script to keep two folders synchronized following the lead of the source folder, while the replica folder just keeps synchronized with the source.
e.g.
python .\folder_synchro.py .\testSource\ .\testReplica\ 3 .\synchroLog.txt
The arguments are (in order) the source folder path, the replica folder path, the update delay in seconds, the log file path.