How can I keep directories in sync
- by Guillaume Boudreau
I have a directory, dirA, that users can work in: they can create, modify, rename and delete files & sub-directores in dirA.
I want to keep another directory, dirB, in sync with dirA.
What I'd like, is a discussion on finding a working algorithm that would achieve the above, with the limitations listed below.
Requirements:
1. Something…