Retrieving deleted web pages [closed]
This question does not appear to be about a specific programming problem, a software algorithm, or software 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.
开发者_JS百科Closed 8 years ago.
Improve this questionI have recently published a web service to my site through Visual Studio. I accidentally selected "Delete Existing Files" option!
How do I get back my deleted files from the server?
Why, you would go to your nightly back-ups and restore the files. You do have a backup solution in place don't you? Because if you don't, then you're out of luck.
In theory, if you stopped the server and yanked those hard drives right now, then forensic data recovery could POSSIBLY get some of the files back.
This might not be relevant, but: the one time this happened to me I was able to decompile the executable. The result wasn't perfect, but it got all the really tricky bits back.
IF. You don't have backups. IF you're hosting is in a remote hosting facility call them ASAP. and ASK if they have an automated BACKUP. You may just be lucky.
精彩评论