On Thu, Nov 10, 2011 at 11:35:59AM -0500, E-Blokos wrote: > for example Ideveloped a little program where some files > are often opened and need to be replicated every 3mn. You might consider creating a new file, and then do mv over the old file. Files will then never be corrupt. Except for csync2 doesn't do that yet ;-).