Jump to content

Synchronizing Folders


Guest LB
 Share

Recommended Posts

I have 2 folders on 1 hard drive (D:), one containing over 1300 files and another smaller folder

I have a backup drive (E:)that is not used although it is permenantly connected.

The backup drive (E:) is basically a mirror image of the main storage drive (D:)

My question is :-

Is there an easy way to synchronize D: and E: without running a full backup? Certain files change, are added to or move location on D: and I would like to reflect these changes on E: without having to backup every day.

any help would be appreciated.

Link to comment
Share on other sites

thanks chris, i tried the xcopy but all it does is flash up a dos window for a split second and the nothing.....

i tried doing a bit of research on xcopy on google but no other help was forthcoming....

Link to comment
Share on other sites

thanks for the link chris, have run the command, a bit more joy to be had this time, it backs up the first folder and ignores the second one (the main one i need backed up daily)

i have tried all sorts of combinations but with no luck

have tried so far.....

xcopy d: e: /s /e

xcopy d:/*.* e: /s /e

xcopy d:/foldername/*.* e: /s /e

powerless, briefcase wouldn't be much help as i am trying to go from hdd to hdd and there is no removable media.

Link to comment
Share on other sites

Guest spikeychris

If you mean briefcase then yeah its a good idea ;) ;)

One way of learning is to use Xcopy to backup the reg

You can manually copy the SYSTEM.DAT and USER.DAT files by moving to the Windows directory and typing XCOPY *.DAT A: /H

You can replace A: with whatever drive and directory you want to backup the files. Both should fit on a floppy

Chris

Link to comment
Share on other sites

Guest spikeychris

If you mean briefcase then yeah its a good idea ;) ;)

One way of learning is to use Xcopy to backup the reg

You can manually copy the SYSTEM.DAT and USER.DAT files by moving to the Windows directory and typing XCOPY *.DAT A: /H

You can replace A: with whatever drive and directory you want to backup the files. Both should fit on a floppy

Chris

Link to comment
Share on other sites

If you mean briefcase then yeah its a good idea  ;)  ;)

One way of learning is to use Xcopy to backup the reg

You can manually copy the SYSTEM.DAT and USER.DAT files by moving to the Windows directory and typing XCOPY *.DAT A: /H

You can replace A: with whatever drive and directory you want to backup the files. Both should fit on a floppy

Chris

i'm slightly lost here chris, we have moved into the realms of the registry and although i'm not averse to tinkering at all and am not afraid to try anything, am a bit unsure what to do here!!

Link to comment
Share on other sites

Twice??? anyway..

Have you run two commands as the second file/folder will need to be told it is being copied.

yeah, tried that with xcopy d:/foldername/*.* e: /s /e but it did nothing at all!!

this is where i am getting a bit stuck!

Link to comment
Share on other sites

Guest spikeychris

xcopy D:\foldername E:\foldername /s /e

(the /s = copy subdirectories)

(the /e = copy empty subdirectories)

It will ask if the "foldername" on the target is a file or directory. Answer

E:/ for directory and the

folder(directory), and all it's contents will be copied.

Have to say its been a while since I palyed with DOS :)

Link to comment
Share on other sites

Guest spikeychris

If you want to copy a folder called 'worddocs' from D drive to a not-yet-created new folder called 'backupdocs' on the E drive, the command to issue would be:

xxcopy d:\worddocs\ e:\backupdocs\

If you wanted to back up your entire 'my documents' folder (including subdirectories) from your D drive to a folder called 'mydocsbackup' on your E drive. The command to issue would be:

xxcopy "c:\my documents" d:\mydocsbackup\ /S/H

Note the exclamation marks

Chris

Link to comment
Share on other sites

Is there an easy way to synchronize D: and E: without running a full backup?  Certain files change, are added to or move location on D: and I would like to reflect these changes on E: without having to backup every day.

8 gig a day is alot to copy and paste :P

Link to comment
Share on other sites

Guest spikeychris

Powerless :D

If you want to clone the entire drive then bang this command in

xxcopy d:\ e:\ /CLONE

This switch will copy the contents of the D drive over to the E drive.

If it says its missing files then run it again and it drags them over. You might also get an error saying it can't copy the paging file then thats fine, ignore it, its just the virtual memory swap.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy