Updating shared files across computers

Posted by murgatroid99 on Server Fault See other posts from Server Fault or by murgatroid99
Published on 2010-12-29T17:43:31Z Indexed on 2010/12/29 17:56 UTC
Read the original article Hit count: 146

I have a file server running Windows Server 2008 and a couple of laptops running Windows 7 on a network. There are a large number of files that all users will need access to. My plan is to have the files on both the server and the laptops because the users will need to access the files in places with no Internet access. I also want any changes made to the files on any of the laptops to propagate to the server and then propagate to the other laptops whenever they connect to the network. Should I do this with a scheduled batch script with a few xcopy commands or is there a better way to do it?

© Server Fault or respective owner

Related posts about windows-server-2008

Related posts about scripting