Computing.Net > Forums > Windows 95/98 > How to make mirror backup of entire C?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to make mirror backup of entire C?

Reply to Message Icon

Name: Joe Wilson
Date: November 8, 2001 at 09:37:19 Pacific
Comment:

I hear that microsoft has a way to totally copy everything on my 6 gig primary drive over to my larger slave harddrive as a complete system backup.
It has to do with a DOS utility called x..(something)../S

Can anyone tell me how that is done or a link to Microsoft's website for instructions?



Sponsored Link
Ads by Google

Response Number 1
Name: Sterling_Aug
Date: November 8, 2001 at 09:44:48 Pacific
Reply:

xcopy *.* d: /m will not copy your operating system hidden files.

I use Norton Ghost to do an EXACT copy when I upgade to a bigger hard drive.


0

Response Number 2
Name: Dave357
Date: November 8, 2001 at 15:32:48 Pacific
Reply:

Sterling_Aug is correct, except you will need to add a couple of switches to do a complete clone.

/E copies Directories and Subdirectories, including empty ones.

/H copies hidden & system files also.

/K copies Attributes without changing them.

So the command would be:

xcopy C:\*.* D: /E /H /K (ENTER)

This assumes that the D drive is empty (freshly formatted). If you already have data on the drive, you should use additional switches to overwrite existing files. For a list of the switches, at a DOS prompt type:

xcopy /? (ENTER)

Just remember that anything that you add to the C: drive after you do the clone won't be on the D: drive unless you do another backup. This is when you will need to add switches to overwrite existing files.

After cloning the HD, it would be a good idea to unplug your C: drive and plug the D: in as primary master. Then run it for a couple of days to make sure that it really works & has all of the data on it.

Hope this helps.

Dave



0

Response Number 3
Name: ding
Date: November 10, 2001 at 14:39:33 Pacific
Reply:

I know several people with various leading jobs in IT: they all use norton ghost. I use ghost 5.1, works perfect. Makes image of & puts back an entire disk with system and everything.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


My monitor screen is shak... I.E. not closing down?



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: How to make mirror backup of entire C?

How to make Clone (Norton Ghost) www.computing.net/answers/windows-95/how-to-make-clone-norton-ghost/154522.html

How to make windows stop requesting www.computing.net/answers/windows-95/how-to-make-windows-stop-requesting/154667.html

Can I make a copy of windows 95 to a disk www.computing.net/answers/windows-95/can-i-make-a-copy-of-windows-95-to-a-disk/33078.html