Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

JustMe

Maybe I should mention (I just found out myself) that the log file is located on server 2 and I see that the last line for each sync job is "Closing connection.". (Server 1 - on which the sync job is executed - can write to this file on server 2)

Would it be safe to say that this is a good indication of the completed job, or could it be that very large files are handled in a seperate thread and somehow complete at a later time than indicated by "Closing connection." in the log file?
JustMe

How to detect end of synchronization?

Hi all,

We have two servers with server 1 set up to execute "synchronize both" on a scheduled basis (command line, so no GUI). The files can be quite large, say 500 MB, so file transfer will take some time to complete. How can I make absolutely sure the synchronization has completed when I only have access to Server 2?

And how would I go about detecting the completion of the sync on server 1 (where the process actually runs)?

Thanks a lot for your help!