Writing a service to keep two folder in sync? [closed]
Asked Answered
M

4

4

I need to keep synchronized two folder on different host in Windows. I really think that something already done exists but I did not find anything (SyncToys is not an option), do you have something to suggest me?

Requirements are:

  • running as a service
  • sync over a network shared path (ie \\myhost\myfolder)
Medico answered 27/1, 2011 at 7:50 Comment(0)
A
4

I would say use rsync with task scheduler to accomplish what you're wanting.

There are several ports of rsync to windows, you might check out the following:

Aluminium answered 30/1, 2011 at 21:24 Comment(1)
I will try to replace my solution with cwrsync, thanksMedico
I
1

After a long search, I found SuperFlexible. Maybe that's the answer - and it doesn't cost much.

Inexperienced answered 30/1, 2011 at 11:41 Comment(2)
well I did one myself, so in order to evaluating a new one I prfefer an OpenSource c#Medico
maybe it would help if you put that into the question - you didn't state that you want SOURCE at allDemurral
T
0

Free, Open-Source, Cross-Platform, Web-Based GUI, P2P+UPNP discovery: https://en.wikipedia.org/wiki/Syncthing

Can run as a Windows service using the Free & Open-Source tool NSSM: http://nssm.cc/download

Here's how: https://docs.syncthing.net/users/autostart.html

Timmi answered 11/9, 2019 at 18:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.