• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Help: Run a sync program when a computer comes online on network?

SirRob

Member
I have been using a synchronization program that would automatically sync several folders across multiple computers whenever they were both turned on. All of the computers are connected to the same local area network. I have recently learned that this program is not reliable, and I am looking for an alternate solution. I am using windows 7 and XP on the network. I have not been able to find another program that has this feature, so I was wondering if there is a way to have the Windows task scheduler automatically ping the different computers that are to be synchronized every 5 or 10 minutes, and once there is a response, initiate a new sync program.

Does anyone have any ideas on how to do this?
 
Last edited:
Yep. You figured out the culprit. Puresync is fantastic, except that it does not always work. The fact that it is unreliable makes it unusable.
 
Dropbox?

Failing that how about MS Synctoy.

Or dedicate a share and run scripts with rsync from that server.
 
Last edited:
Dropbox's limit is much too small for my needs. I am thinking about using the "offline files" or a batch file with "IF" statements to execute a synctoy or rsync job if the ping comes back positive. I could then have windows run that batch file every ten minutes or so.

Now I just need to figure out if "offline folders" will do what I want or how to do the batch file commands.
 
Yep. You figured out the culprit. Puresync is fantastic, except that it does not always work. The fact that it is unreliable makes it unusable.
Did you try it using the command line options? It can respond to a ping success.

You could also look at robocopy and richcopy.
 
Back
Top