Praveen D [MSFT] replied to TheFair
17-Mar-10 09:28 AM

That???s a good point you are raising, If directory structure is
incorrect it will end-up transferring the entire file the reason is DPM
fails to find the file where it is expected. But when there is already a
file but time stamps or other file/folder attributes are different then it
will trigger the entire file verification including all file attributes(like
time stamps, security settings, file/folder attributes etc...) and its
contents. During this verification both places file data checksum are made
and compared(only checksum is transferred here), If the data is different
then it will transfer the file blocks that are different. In our case data
transfer will not take place over WAN since they contents are same though
they have the different time stamps. But the entire file contents will be
verified at block level using a checksum, which takes longer for
verification. This means it may take longer but it will not result in data
transfer over WAN. If time stamps are same then DPM do not trigger any
verification hence time is also saved here. If your worried about only
transfer over WAN then you may ignore the timestamp restoring. But if you
want to optimize on time to take also then you should restore timestamps,
security settings and other file/folder attribute etc... . As documented
correctly pointed, the best thing is to restore everything as they are in
the protected computer to save time as well as data transfer. Hope now its
more clear
Thanks,
Praveen D [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.