Best way to mirror folders over a network?
I just have a 2 pc network right hopefully more in the future. I find myself constantly moving files from one pc to the other. I would like to make a folder that mirrors itself from one computer to the other. For instance I would like to have a Downloads folder that automatically send everything I put in it to a Downloads folder on my other pc. That way I don't have to constantly transfer files that I want on both machines. I've seen ads for software that does it. Just wondering if anyone knows of some freeware or maybe a way to do it with Windows. If not that than maybe some good software I could buy.
0
Comments
xp has something like that built in. If youre running another version, a simple batch file to copy the directory to the other computer added to scheduled tasks will do the trick.
Hope this helps.
mD
copy c:\downloads\*.* w:\downloads
and than just have a schedular run every 5 minutes or so? I have Windows XP Pro.
The batch file thing will work though.
Every 5 mins is a bit ofetn though, set it for every hour or so.
mD
Sleep, share the downloads folder on the PC that is going to be on the most and then just save everything to that from both PC's, that saves you having to copy files all the time as both PC's will be accessing the files from the same folder, i.e. My Site is stored on my Server, but to get to it I have shared the remote computers drive (open my computer, right click the drive, click sharing, new share, give it a name, ok) then from my machine opened the shared folder and mounted the drive as a network drive (Tools >> Map network drive) and did the same for my websites folder, so it seems like I have another 2 drives on my machine. Drive Z: is the servers hard-drive and drive Y: is my website (a folder on that machine).
NS
How big are the files you want to mirror, and how fast is your network?
If your on 10mbit, or even non switched 100mbit, you might aswell mirror or its going to be too slow to bother transfering files you use often back and forth.
mD
NS
On collaborated projects in design houses, thats how they usually work it, unless theyve got gigabit or something.
Thats what he asked for, thats what I suggested.
mD