up vote 1 down vote favorite
share [g+] share [fb]

Today I got the arguments backwards when issuing xcopy. This caused my source folder to be overwritten.

The system is Windows 2003 with standard NTFS. No special backup solutions running.

Is there any way to recover those files?

link|improve this question
feedback

3 Answers

up vote 1 down vote accepted

Unlikely. It's pretty likely that the copied files are using the same physical hard drive clusters as the old files, and the data is just gone.

On a journaling file system there might be a higher chance of recovering data. In general though this is a good reason to use backups and source control.

link|improve this answer
feedback

No, they're gone, sorry.

You might wish to contribute towards post 5066

link|improve this answer
Thanks for the suggestion, I just posted serverfault.com/questions/5066/biggest-command-line-mistake/…. I hope other's can learn from my mistake. – Frank Krueger May 7 '09 at 22:49
feedback

You might be able to via Previous Versions (shadow copies).

link|improve this answer
Won't help me today, but will help me in the future. Thanks for the info. – Frank Krueger May 7 '09 at 22:58
it has saved my a** twice this year alone. – Darren Kopp May 7 '09 at 23:38
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.