I was playing around with zip and accidentally deleted my /home/ folder (i wanted to delete home/ which got created by unzipping an archive).
I used rm -r /home/instead of rm -r home/ as root...
Is there anything i can do to restore my /home/ dir?
I am using Debian 6 as a VM on VMWare Player.
Unfortunately I have no backups.
(Obviously I did everything wrong, no backups, root, and using rm -r)
Any help is greatly appreciated!