Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

help req with norton ghost

Status
Not open for further replies.

umairsiddiqui

Full Member level 2
Full Member level 2
Joined
Apr 13, 2004
Messages
143
Helped
7
Reputation
14
Reaction score
1
Trophy points
1,298
Location
Sweden
Activity points
1,434
how to use norton ghost to backup the system setting...
plz provide detailed howto
 

I'm not sure what you mean by "system setting".

I run these commands from DOS to backup my entire C: and D: drives into compressed archive files:

ghost -clone,mode=pdump,src=1:1,dst=C1 -z2 -batch -auto
ghost -clone,mode=pdump,src=1:2,dst=D1 -z2 -batch -auto

If I someday need to restore the drives, I run these commands:

ghost -clone,mode=pload,src=C1:1,dst=1:1 -batch -auto
ghost -clone,mode=pload,src=D1:1,dst=1:2 -batch -auto

Hope that helps!
 

source for the manual:


ft+://ft*.s*y*m*a*n*t*e*c.com/public/english_us_canada/products/ghost/manuals/ngpe.pdf
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top