Synchronization of files in two folders

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello all,

I have 2 folders with almost same files but some of the files are updated in
each folder. I want to know if we can synchronize these folders. if so how?

Thanks is Advance.
 
The easiest most redundant way is to copy the contents of one folder, then
paste into the destination folder. Then do the same from the destination
folder into the source folder. The redundant part would be you would have to
click NO alot as windows will ask if you want to overright. I suppose you
could click 'Yes to all' but you better be sure your not going to overwrite
something you need.
 
another option would be to perform a backup of the updated drive, then
restore the backup to the destination. Prolly less redundant.
 
I have 2 folders with almost same files but some of the files are
The easiest most redundant way is to copy the contents of one folder,
then paste into the destination folder. Then do the same from the
destination folder into the source folder. The redundant part would be
you would have to click NO a lot as windows will ask if you want to
overwrite. I suppose you could click 'Yes to all' but you better be
sure your not going to overwrite something you need.

In the simplest case, you could choose "Yes" or "No" by looking at the
two file dates and keeping the most recent.

It’s more complex if the same file might’ve been updated in both folders.
Suppose on Monday there’s a file with the same content in both places;
for example, the following text:
Parsley
Sage
Rosemary
Thyme

Then on Tuesday somebody changed “Sage” to “Astute” in the file in the
first folder.

Then on Wednesday somebody changed “Rosemary” to “Alice” in the file in
the second older.

In this case, you’d have to edit the file content if you wanted to keep
both changes.

To detect this case, you’d have to know when the two directories were
synchronized most recently, and look for cases where both file dates are
later than that.
 
(e-mail address removed),
Kode said:
Hello all,

I have 2 folders with almost same files but some of the
files are updated in each folder. I want to know if we can
synchronize these folders. if so how?

Thanks is Advance.

You might want to take a look at this program available from
Microsoft:

SyncToy for Windows XP
http://www.microsoft.com/windowsxp/using/digitalphotography/prophoto/synctoy.mspx

Synchronizing Images and Files in Windows XP Using Microsoft
SyncToy

http://download.microsoft.com/downl...c9-a43e-90e4d4ff36f6/SyncToyWhitePaper1_1.doc

SyncToy v1.2 for Windows XP
http://www.microsoft.com/downloads/...54-C975-4814-9649-CCE41AF06EB7&displaylang=en

Good luck

Nepatsfan
 
Back
Top