Reputation: 3875
Currently doing some R&D about file synchronization, I eventually stumbled upon rsync (who wouldn't ?).
Context: There's a server used as central file repository, that is updated only by an admin. Several users synchronize their filesystem from the central repo. It's one-way sync, meaning that users will never update the repository. The updates are made with rsync.
Let's consider a little scenario:
Question: What will be the third step ?
Upvotes: 2
Views: 810
Reputation: 9980
As far as I know, it's your first option: User will have A and B'. The only way to avoid this is to snapshot your filesystem before the rsync, but somehow this feels like massive overkill.
Other solutions might be
Upvotes: 3