Questions tagged [recovery]

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

Both the terms recover and restore to retrieving data from a backup. More specifically, recover refers to salvaging one or more files, while a restore usually refers replacing a complete system or hard drive from a full system backup.

Further reading:

752 questions
10
votes
6 answers

Recovering files from archive of CVS *,v files

I trying to recover some old source code (plain text) from a bunch of files that used to be managed with CVS. I have a directory containing all of the source code files in CVS's *,v file format. This looks mostly like the original files, but there…
VogonPoet
  • 263
  • 2
  • 3
  • 7
9
votes
2 answers

Issues recovering a .frm file using mysqlfrm

Hopefully someone can help me, I've researched many of the recovery answers on stackoverflow. I did the mistake of copying the data folder from mysql and pasting it in the new wamp 2.5 mysql/mysl5.6.17/data folder. When I click on a table it gives…
Loncey Craig
  • 91
  • 1
  • 1
  • 3
8
votes
5 answers

How do I restore from a drop database command using a mysql binary log?

How can I restore a mysql database that was dropped using a "drop database" command? I have access to binary logs which should make this type of rollback possible.
azl
  • 93
  • 1
  • 1
  • 6
8
votes
1 answer

How to recover a .py file from PyInstaller .exe?

I lost my original python code that I've been working on for months, it's packed into an .exe using PyInstaller and that's all I have. I tried this: Exe to python with pyinstaller? I was able to extract a file that has some of my source code in it…
Adam Dev
  • 81
  • 1
  • 3
8
votes
3 answers

Recover unreferenced commits from remote git repository

Here's the situation : some commits have been done in a remote repository. Unfortunately, someone did push -f such that no remote branch references these commits anymore. To make matters worse, I don't have those commits in my local clone. My goal…
mickael9
  • 456
  • 2
  • 12
8
votes
3 answers

How to recover repository using SVN hotcopy?

Okay. I used svn's hotcopy to make incremental back-ups, now how do I test that the hotcopies will work properly? I searched the posts here regarding hotcopy. Most of them seem to just be encouraging the use of the svn hotcopy, but not talking…
JustADude
  • 2,619
  • 7
  • 31
  • 45
7
votes
1 answer

SQLite3 Data rescue on Error: Database disk image is malformed

Background I have a database thats been corrpted, and want to save so much of the data possible. I have tried sql dump the data with numerous of tools, without success. Always same error message: Error: database disk image is malformed I'm…
josven
  • 399
  • 4
  • 7
7
votes
1 answer

Recovering files from Git objects

I obliterated all my work and would prefer not to explain how. The only thing I have left are the git objects. More then anything I would like to recover some of the loss packed Image files. From the size of the object files I can tell which ones…
Tegra Detra
  • 24,551
  • 17
  • 53
  • 78
7
votes
2 answers

Recover corrupt zip or gzip files?

The most common method for corrupting compressed files is to inadvertently do an ASCII-mode FTP transfer, which causes a many-to-one trashing of CR and/or LF characters. Obviously, there is information loss, and the best way to fix this problem is…
Liudvikas Bukys
  • 5,790
  • 3
  • 25
  • 36
7
votes
1 answer

How windows recovery work with failure count?

I am using the following command to configure the service failure recovery sc failure "service" actions= ""/60000/restart/60000/run/120000 reset= 60 command = "\"c:\\windows\notepad2.exe (used notepad2.exe just for testing) From the Microsoft…
OldSchool
  • 2,123
  • 4
  • 23
  • 45
7
votes
4 answers

Kill a stuck thread on a running VM (JBoss Instance) in Java?

A bug in a third party library is causing an infinite loop in a worker thread on a JBoss instance of mine. Do you know of a way to kill this "stuck" thread without restarting the server? We'd like to be able to recover from this until a fix is…
cwash
  • 4,185
  • 5
  • 43
  • 53
7
votes
1 answer

What REG-BINARY to set for FailureAction for service

I have a service for which I want to set Data value for FailureAction in registry. Currently there is value set in registry. Value is set using RegKey.SetValue("FailureActions", Value); I would like to know: 1) How these bytes of Value correspond…
Magg
  • 103
  • 2
  • 7
7
votes
9 answers

Read data from damaged media

Is it possible to read damaged media (cd, hdd, dvd,...) even if windows explorer bombs out? What I mean to ask is, whether there is a set of APIs or something that can access the disk at a very low level (below explorer?) and read whatever can be…
recovery
7
votes
1 answer

Android - AlarmManager recovery

Thanks to TasKiller I have reliable way to shutdown updates coming to my AppWidget from the AlarmManager! Now, sarcasm aside, how do I recover from such event? So far I only see that the Alerts are resurrected only after rebooting the phone. I can…
Bostone
  • 36,858
  • 39
  • 167
  • 227
7
votes
7 answers

Recovery from optical media ignoring read errors

I have backups of files archived in optical media (CDs and DVDs). These all have par2 recovery files, stored on separate media. Even in cases where there are no par2 files, minor errors when reading on one optical drive can be read fine on another…
tzot
  • 92,761
  • 29
  • 141
  • 204
1 2
3
50 51