We'd like to replicate a mail drop folder between two servers; however, as files are written to the source folder, a timer job on that server is also regularly processing and deleting them, meaning they may not last very long.
My question is: does DFS guarantee that everything written to the source folder is, at some point, also written to the target folder, independent of how quickly it is deleted in the source folder after the initial write?
I should add that we're not replicating deletes, just writes (and there are no update operations).
References: