Questions tagged [undelete]

45 questions
2
votes
2 answers

Recovering files removed by GIT (only in original copy)

I have been working in a project, and in order to have a backup, as well as having syncing my test environment with my production environment, I created a GIT repository (in GitHub). I have a lot of files in my production environment that I do not…
2
votes
1 answer

fancybox error - Object # has no method 'undelegate'
Been at this for over an hour now - lightbox plugin was working just fine (as expected) but for whatever reason I cannot get this fancybox plugin to work properly. The setup: For testing purposes I am using the images from fancy box's website - …
user725913
1
vote
2 answers

How to resurrect non-committed directory and files?

I managed to delete a folder from my working directory with command svn delete MYDIR I realized that the directory I deleted was a wrong one and I need to get it back. I can see the directory and all the subdirectories on my harddrive, but there…
zaplec
  • 1,681
  • 4
  • 23
  • 51
1
vote
1 answer

Using Java can I programmatically undelete a file under Windows?

I'm successfully using Desktop.getDesktop().moveToTrash(File) under MacOS to delete files and then retrieve them from the Trash folder. I'd like to do the same under Windows. But I don't see a native Java way to access to Recycle Bin so I can…
mstoreysmith
  • 81
  • 1
  • 5
1
vote
1 answer

I cut/pasted a folder into a local repository mid-clone - the clone failed and the folder disappeared. Is the folder I pasted gone forever?

I wanted to put my local code into a GitHub repository. I created a repo on GitHub and tried cloning with HTTPS. The clone was taking a moment but the folder was created on my laptop so I decided to cut/paste my local code into the local repo…
1
vote
1 answer

undelete Gmail e-mails by when they were deleted and/or sort trash by when an email was deleted

One of the most annoying things with Gmail is that you can't sort the trash by when an e-mail was deleted. So if you accidentally delete an e-mail, miss the undo window, and you don't remember which e-mail, the only way to find the e-mail is go…
IMTheNachoMan
  • 5,343
  • 5
  • 40
  • 89
1
vote
1 answer

git undelete remote branch

I had my local directory on the develop branch, and I wanted to checkout the remotes/origin/foo/bar branch. Thanks to being an idiot with my bash command history, what I actually did was this: git branch -a (Note that, the remote branch doesn't…
Edward Ned Harvey
  • 6,525
  • 5
  • 36
  • 45
1
vote
1 answer

dropbox cannot undo event to restore files

I accidentally deleted fifty thousand files from dropbox. The event still exists in my dropbox, so I tried to restore these files, as shown in the picture below. However, after clicking "Restore these files", it shows a message "Too many files…
Michael
  • 1,398
  • 5
  • 24
  • 40
1
vote
1 answer

Do Amazon EBS snapshots retain deleted data?

Consider the following scenario: I have a file with sensitive information stored on an EBS-backed EC2 instance. I delete this file in the standard non-secure way (rm -f my_secret_file). Once the file is deleted, I immediately shut down the instance…
smitelli
  • 6,835
  • 3
  • 31
  • 53
1
vote
1 answer

Recover deleted file in the tfs

I have a huge repository. A while ago a file with the name FooBar.xml was deleted from some unknown directory in the tfs. What would be the easiest way to find the file? There are thousands of directories in the repository, so manually inspecting…
Björn Lindqvist
  • 19,221
  • 20
  • 87
  • 122
0
votes
1 answer

How to Access the Undeletable directory/file in windows operating system?

I have doubt in directory undeletable concept. In Windows operation system, we convert a Undeletable file or folder in to deletable by using the command as "cacls FolderName /e /c /g %username%:f". I used the same command to access the "Undeletable…
Aerrow
  • 12,086
  • 10
  • 56
  • 90
0
votes
2 answers

Manage API from Cloud Shell Editor

I try to manage API keys from Cloud Shell Editor to restore an API (autocreated by Firebase) that I deleted. I try to run gcloud alpha services api-keys undelete BYuihiuYUIGyugIIHU... but i receive Error: ERROR:…
Dodo
  • 11
  • 1
0
votes
2 answers

restore kubelet.conf via foremost or scalpel

/etc/kubernetes/kubelet.conf on was deleted. may be anyone has /etc/foremost.conf format for conf file to restore or is it possible to regenerate this config without cluster init ort may be some was used scalpel for such restorations
0
votes
2 answers

Truncated file in XFS filesystem using dd - how to recover

Disk layout My HDD raid array is going for his end of life, and I bought some new disks for it. Old HDD I have used as a storage of raw disk images for kvm/qemu virtual machines. Raid array was built using mdadm. On md device I have physical volume…
0
votes
1 answer

Is there a way to repopulate specific date of Google BigQuery data from Google Firebase Analytics?

I have setup link between Firebase Analytics and BigQuery. Today I accidentally deleted rows of data from yesterday (tablename_20190926). Is there a way to restore the data, if not, how do I repopulate the data from Firebase Analytics again for a…