Server RAID 5 failed...all I have left is my compiled website [closed]
This question does not appear to be about a specific programming problem, a software algorithm, or softw开发者_运维问答are tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this questionYesterday, 2 of the 3 drives in my dev server's RAID 5 decided to die on me (with no warning). I've come to grips with the fact that my data is most likely lost unless I shell out some major bucks for professional data-resortoration. People, don't be an idiot like me and treat your RAID as a data backup!
Luckily I published the site about 4 hours before my files went bye-bye. Is there any way to run some [magical] program to restore my compiled site to their original files?
Also: I develop on one machine with the files stored on the server...is there some visual studio 2010 web cache on my local machine (the one that didn't crash) that I may be able to use?
you can try http://www.red-gate.com/products/reflector/ on the compiled site. May work.
If you have lost 2 of 3 drives you cannot get your data back.
You can use reflector on your compiled files to get your source code back. The standard version or reflector is free.
Log in to your FTP server and see what's there. Maybe the files were copied there.
I restored my RAID 100%.
The RAID configuration and some of Windows' files became corrupted. All I had to do was reconfigure the RAID and replace the boot files for Windows.
精彩评论