Top "Recovery" questions

Use this tag on any questions related to data recovery (in contrast to data restore).

How to recover a dropped stash in Git?

I frequently use git stash and git stash pop to save and restore changes in my working tree. Yesterday I …

git recovery git-stash
How to recover MySQL database from .myd, .myi, .frm files

How to restore one of my MySQL databases from .myd, .myi, .frm files?

mysql recovery
Wipe data/Factory reset through ADB

Basically this is my problem/ I have 200+ phones running stock Android that need to be wiped (in the Wipe Data/…

android adb reset recovery
How to recover corrupted Eclipse workspace?

I just managed to corrupt contents of my Eclipse .metadata directory. Starting up with eclipse -clean did not work out. …

eclipse recovery workspace corrupt
Changing location of core dump

I want to change the default location of core dump files so that every time a core dump is generated ,…

linux crash-dumps coredump recovery
Database in SQL server in recovery mode

I have two databases (at the same server) in Microsoft SQL server. One of them can be successfully accessed remotely. …

sql-server database recovery
Using SC to install a windows service and then set recovery properties

I want to set the Recovery Options on a Windows Service I'm installing on a Windows Server 2003. I know this …

windows service command recovery
Windows Volume shadow copy error: 2155348129

Developing a VSS writer app: see this error during backup, initiated by windows backup tool, is there defined error codes …

windows backup recovery shadow-copy volume-shadow-service
How to recover a corrupt SQLite3 database?

This is a follow up question to a previously answered post: Is there a command line utility for validating SQLite …

database sqlite corruption recovery
Recovering file from the Visual Studio document cache?

I've just lost some code. I needed to move a couple of methods from one class to another so i …

visual-studio recovery file-recovery