On Tue, Feb 16, 2016 at 08:49:33AM -0500, Susan Cragin wrote: > Fooling around, lost "susan" folder. Want folder back. May have recursively > deleted everything in it. Want txt org and a couple other extensions. > (I've got days-old backup but want to try recovering files.) > So, extundelete or something else? > or > Which Linux-on-a-stick has the best recovery tools?
I found myself in a similar situation as yours, I managed to recover what I deleted with PhotoRec, which is also found in Debian repos. Since that day I have this alias which I use instead of rm -rf alias bmin='mkdir -p $BinDir; mv -i -f -t $BinDir'