Let me make a couple of comments.

1. If you are going to use time stamp as a basis for synchronization,
you better make sure all your computers' clocks are synchronized.
Computer clocks tend to drift, some very badly. You should probably
sync your clocks with an NTP server hourly (more often if any of your
clocks drift really badly).

2. Trying to sync files that are currently open and being written to
(like database files accumulating RT data) is just asking for trouble.

Bill

Reply via email to