Hi all, My partner has a laptop running windows 7 hp 64bit, for her open university course. Im running the rig in my sig, and have installed vmware player to mess around with ubuntu 12.04 (and to play discworld 1 in win xp ), and want to set up a server that I will run whenever we're both connected to the network that will scan her documents folder nd copy the files to my server in the first instance, and scan and copy only changes from then on. Am a little over my head, so literally have no idea where to start. Any ideas?
Have a look into robocopy, that is what we use in work to do something similar, if you need some help creating the batch file pm me and I will help if I can
http://www.2brightsparks.com/download-syncbackse.html SyncBackSE is open source (and free) and lets you quickly and easily set up folder Syncronisation like this, maybe give it a go? Failing that, theres good old robocopy http://www.mydigitallife.info/robocopy-syntax-command-line-switches-and-examples/ to create a robocopy bat file, open notepad, copy in the robocopy line from below, click file-> save as, call the file "somefilename.bat" and change the file type in the drop down from text file (.txt) to all files. a simple robocopy would be ROBOCOPY C:/SOURCE FOLDER/ D:/Destination Folder/ /s which basically means copy everything from source folder to destination folder, and the /s on the end means copy subfiles and folders (even empty folders). You could then do stuff like put this .bat file on a windows scheduled task to run on startup, or even add the game launcher .exe to the bottom of the robocopy, so you could use this as your main game shortcut (meaning when you launch the game it syncs the files, then launches the game via the .exe. Hope that helps. C
Microsoft SyncToy - http://www.microsoft.com/en-us/download/details.aspx?id=15155 Its basically rsync, but for Windows, and without the server-client component. In terms of doing a scheduled backup, you just need some file space somewhere and either a scheduled task, or indeed just an icon on the desktop you double-click now and then.
All of the above. You could look at DeltaCopy also. It's basically RSYNC for windows with a bit of a gui. I've got it setup on the wifes laptop and a scheduled task set to run on logoff. It syncs changes in her my docs and favourites to the NAS. Works fine.
+1 for Syncback SE - I use it for backup more than synchronisation but it's been great for that. Once you've set up the rules it just runs itself based on your choices. Fantastic program considering it's free.
Hey all, thanks for the replys. A healthy +rep all round. Decided with SyncbackSE and it works like a charm. Now to hop across to hardware with my other problems that have just developed