How to copy files from shadow copy with long source path
Posted
by
Jake
on Server Fault
See other posts from Server Fault
or by Jake
Published on 2012-10-07T09:11:06Z
Indexed on
2012/10/07
9:40 UTC
Read the original article
Hit count: 392
The files and folders in my shared network drive (set up with DFS) were mass deleted. Currently I am trying to recover the files from the shadow copy "Previous Version".
Problem is, thousands of files are deeply nested with long paths making the file path too long. When copying, it shows the dialog "Source Path Too Long".
My guess is that the file path just barely hits the limit when saved into the network drive, but shadaw copy service appends the date and time to the folders so the path character limit is exceeded.
How else can I copy the files from shadow copy?
© Server Fault or respective owner