WinXP Question: Easily Sync Files Across Multiple Hard Drives

  • Thread starter Thread starter gareth
  • Start date Start date
AI Thread Summary
The discussion revolves around the challenges of keeping files synchronized across multiple devices, including a PC, external hard drive, and laptop. Users express frustration with existing solutions like the Windows XP Briefcase feature, which does not adequately update new files. Suggestions include using third-party backup software such as Acronis or Ghost for comprehensive drive backups and tools like Drive Snapshot for individual file recovery. For file synchronization, the built-in xcopy command and the more advanced robocopy command are recommended for copying only changed files. Additionally, the use of Windows Scheduler to automate these processes is suggested. A user proposes creating briefcases linked to an external hard drive for easier updates, while another mentions using FolderShare, a Microsoft tool for syncing files over the internet, although they encounter issues with folder recognition in the sync library.
gareth
Messages
188
Reaction score
0
I have a general enough question about XP.

I have a folder of files on my PC HD, I constantly adding to these. I also store the files on my external HD and my laptop. I add to the files on these three HD's regularly.

To keep all folders up to date I have to see what I have in each or else copy and paste the whole lot into the new foler. This takes some time as there are a lot of files.

There must be an easier way; I have tried using the 'Briefcase' facility but that only updates files you are working on and doesn't copy over new files (not that I can see anyway)

Anyone know the solution here?

thanks
 
Computer science news on Phys.org
Apparently, xp comes with its own backup programme. I've never used it, though:

http://www.microsoft.com/windowsxp/using/setup/learnmore/bott_03july14.mspx
 
yes I am aware of this, it's not really suitable though. It creates a 'backup' which you need to re-create if you want to view the files. As I use the files daily this is quite cumbersome
 
On windows you need two kinds of backups:
An image backup of the entire drive that you can use to restore the whole OS if something goes bad - you can't do this on windows by simply copying the files, and ironically you can't do it with the windows backup program either!
You need somethign like acronis or ghost or my favorite http://www.drivesnapshot.de/en/ - these can also mount your backup file as a drive so you can extract individual files.

For copying files that have been changed you can use either the builtin xcopy command.
eg. xcopy *.doc d: /s/d/y/c will backup all word files, only coping those that are newer.
There is also robocopy availabe from microsoft (part of the server resource kit free download) which will also watch a directory and copy anything that changes.

You can use the windows schedular to run these every day/week etc.
 
thanks,

I found a solution that should work I think. Make briefcases on every PC I use and link them to my external HD. Evertime I plug in the EXHD I can update things. Not elegent but it will do the job!
 
Gareth,

I don't know if either of your computers has an internet connection, but if they both do check this out:

https://www.foldershare.com/learnmore.aspx

Its free from Microsoft. I use it to keep the files on my Desktop and Laptop in sync via the internet.
 
Last edited by a moderator:
that's a very handy tool, thanks jsg7377.
 
there's one thing bugging me about it though, when I add a folder to the syn library, it indicates it has 0 files in it (which it does not on my desktop).

What am I doing wrong?
 
Back
Top