Click here to Skip to main content
15,890,897 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi my friend
i need to create back up from my operating system(windows or Linux or ...) and restore this when OS not work well.What can I do?
What language should I use?
i can use C# or use ActiveX or component to do this?
thanks
Posted

For that purpose, you have to use a tool which can read a hard disk partition physically, i.e. sectot by sector. With Linux, dd can do so.
There are some tools available which start from CD and store such a backup to another drive or a location in the network.
With C# or ActiveX, you won't be able to accomplish such a task.
 
Share this answer
 
Can you provide an example?
With other languages ​​such as C++ can do that?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900