<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fileserver Migration with robocopy in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/436170#M40837</link>
    <description>&lt;P&gt;Solved it for us:&lt;BR /&gt;&lt;A href="https://serverfault.com/questions/828467/robocopy-all-data-marked-as-modified" target="_blank"&gt;https://serverfault.com/questions/828467/robocopy-all-data-marked-as-modified&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jun 2022 09:14:50 GMT</pubDate>
    <dc:creator>Joachim1</dc:creator>
    <dc:date>2022-06-24T09:14:50Z</dc:date>
    <item>
      <title>Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118615#M25374</link>
      <description>&lt;P&gt;I want to migrate data from am Windows2012 server to a NetApp CIFS share.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;robocopy \\winserver\source \\vserver\destination /MIR /COPYALL /XO /FFT&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does the initial copy without errors. In the second run I ant to copy only changed files, but robcopy incorrectly recognizes everythig as changed and does the whole job again. Between two Windows servers robocopy works as expected. Only modified files are transferred in the second run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anybody else with this problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Holger Zickner&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2016 21:14:22 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118615#M25374</guid>
      <dc:creator>hzickner</dc:creator>
      <dc:date>2016-04-22T21:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118622#M25377</link>
      <description>&lt;P&gt;I read an article on an unrelated issue that says for copying updated files and changed permissions with robocopy, the following syntax should be used.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; &lt;/STRONG&gt;&lt;STRONG&gt;ROBOCOPY &lt;/STRONG&gt;&lt;STRONG&gt;&amp;lt;source&amp;gt; &amp;lt;target&amp;gt; /MIR /SEC /SECFIX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://blogs.technet.microsoft.com/filecab/2008/07/31/robocopy-mir-switch-mirroring-file-permissions/" target="_blank"&gt;https://blogs.technet.microsoft.com/filecab/2008/07/31/robocopy-mir-switch-mirroring-file-permissions/&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I am not a robocopy expert, so I cannot confirm this will fix your problem.&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 02:54:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118622#M25377</guid>
      <dc:creator>Robert_EE</dc:creator>
      <dc:date>2016-04-23T02:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118630#M25379</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the initial sync we use:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;robocopy \\source_share\folder \\destination_share\folder /E /V /ZB /R:1 /W:1 /NP /COPYALL /LOG:c:\robocopy.log&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Explanation:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;/E&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; copy subdirectories, including Empty ones.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/V&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; produce Verbose output, showing skipped files.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/ZB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; use restartable mode; if access denied use Backup mode.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/R:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; number of Retries on failed copies&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/W:1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Wait time between retries: default is 30 seconds&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/NP &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; No Progress - don't display percentage copied.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/COPYALL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; COPY ALL file info (equivalent to /COPY: DATSOU)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;/LOG&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LOG location&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;After the initial sync you can use the following command to copy only the changes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;robocopy \\source_share\folder \\destination_share\folder /MIR /V /ZB /R:5 /W:5 /NP /COPYALL /LOG:c:\robocopy.log&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Explanation:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;/MIR&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MIRror a directory tree (equivalent to /E plus /PURGE).&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 19:07:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118630#M25379</guid>
      <dc:creator>notermanjeroen</dc:creator>
      <dc:date>2016-04-23T19:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118631#M25380</link>
      <description>&lt;P&gt;Yes, so my assertion is that the /copyall switch is what the problem may be.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Apr 2016 23:06:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/118631#M25380</guid>
      <dc:creator>Robert_EE</dc:creator>
      <dc:date>2016-04-23T23:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/124902#M26895</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really would like to see if somebody had found a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;After the copy baseline towards &lt;STRONG&gt;netapp&lt;/STRONG&gt; cdot 8.3.1 with robocopy the update "marks" every file as &lt;STRONG&gt;changed&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This creates a huge logfile and extends the robocopy update job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Doing excactly the same copy to a &lt;STRONG&gt;windows&lt;/STRONG&gt; destination is not showing existing files &lt;STRONG&gt;not as changed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;Christian Smet&lt;/P&gt;</description>
      <pubDate>Mon, 31 Oct 2016 12:54:05 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/124902#M26895</guid>
      <dc:creator>ChristianSmet</dc:creator>
      <dc:date>2016-10-31T12:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/124944#M26905</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried with the below option with full permission on source and destination and its works. I copied near by 6 TB of data without error. Can you try this below option instead of using other options?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt; &lt;/STRONG&gt;&lt;STRONG&gt;ROBOCOPY &lt;/STRONG&gt;&lt;STRONG&gt;&amp;lt;source&amp;gt; &amp;lt;target&amp;gt; /MIR /SEC /SECFIX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;/MIR will replicate data and security (as /SEC is specified) for changed files, and /SECFIX will update just the security for unchanged files. Add /V to the command line if you want to see which files are having their security “fixed” without having their data copied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2016 01:17:58 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/124944#M26905</guid>
      <dc:creator>Premkumar</dc:creator>
      <dc:date>2016-11-01T01:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/125008#M26928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;P&gt;We are using below options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Options : *.* /V /S /E /DCOPY:DA /COPY:DATS /SECFIX /PURGE /MIR /R:0 /W:0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that the same options act different on a Windows destination compared with our current Netapp destination.&lt;/P&gt;&lt;P&gt;Above options tread every file as changed.&amp;nbsp; So there are no files skipped on the incremental.&lt;/P&gt;&lt;P&gt;When we do the same on a windows destination it skips the files.&amp;nbsp; Only some dirs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below incremental on a Netapp destination for a 5TB volume that has already had a first baseline.&lt;/P&gt;&lt;P&gt;So it took almost 100hrs just to check 5TB on changes?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;------------------------------------------------------------------------------&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Total&amp;nbsp;&amp;nbsp;&amp;nbsp; Copied&amp;nbsp;&amp;nbsp; &lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;Skipped&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt; Mismatch&amp;nbsp;&amp;nbsp;&amp;nbsp; FAILED&amp;nbsp;&amp;nbsp;&amp;nbsp; Extras&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dirs :&amp;nbsp;&amp;nbsp;&amp;nbsp; 571018&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7366&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 14&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3822&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; Files :&amp;nbsp;&amp;nbsp; 4954222&amp;nbsp;&amp;nbsp; 4954204&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp; &lt;FONT color="#ff0000"&gt;0&amp;nbsp;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT color="#ff0000"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/FONT&gt; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 18&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 36030&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; Bytes :&amp;nbsp;&amp;nbsp; 5.770 t&amp;nbsp;&amp;nbsp; 5.770 t&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5.5 k&amp;nbsp; 83.337 g&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt; Times :&amp;nbsp; 97:32:00&lt;/STRONG&gt;&amp;nbsp;&lt;/FONT&gt; 83:04:45&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0:00:00&amp;nbsp; 14:27:15&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; Speed :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 21212801 Bytes/sec.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; Speed :&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1213.806 MegaBytes/min.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; Ended : 30 October 2016 13:41:44&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Christian Smet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Nov 2016 06:32:27 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/125008#M26928</guid>
      <dc:creator>ChristianSmet</dc:creator>
      <dc:date>2016-11-02T06:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/125157#M26974</link>
      <description>&lt;P&gt;Found and solved....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.noelis.be/?p=173" target="_blank"&gt;http://www.noelis.be/?p=173&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 10:34:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/125157#M26974</guid>
      <dc:creator>ChristianSmet</dc:creator>
      <dc:date>2016-11-07T10:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/129146#M28069</link>
      <description>&lt;P&gt;We're having a similar issue where robocopy marks all files as "modified" on a subsequent run.&lt;/P&gt;&lt;P&gt;/fft parameter makes no difference. File size, modified time etc are all equal when checked in windows explorer&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however, using robocopy on server 2008 instead of server 2012 does correctly recognise files as unmodified, resulting in a much quicker subsequent run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know if the settings you mention in your blog post are active or would make a difference.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 09:28:41 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/129146#M28069</guid>
      <dc:creator>BRECHTMON</dc:creator>
      <dc:date>2017-03-17T09:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/129147#M28070</link>
      <description>&lt;P&gt;Hi BRECHTMON,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have already finished everything by the procedure provided.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another workaround you can try is... the parameter /NOOFFLOAD with ROBOCOPY.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I don't know why I didn't see&amp;nbsp;that before.&amp;nbsp; It's worth a try &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;br,&lt;/P&gt;&lt;P&gt;Christian Smet&lt;/P&gt;</description>
      <pubDate>Fri, 17 Mar 2017 09:40:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/129147#M28070</guid>
      <dc:creator>ChristianSmet</dc:creator>
      <dc:date>2017-03-17T09:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/129924#M28284</link>
      <description>&lt;P&gt;Hey guys&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We're having this very issue right now, same behavior - Robocopy marks every file as modified when we transfer to a NetApp System (or between them). It's all good when only Winodows is involved.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Via robocopy /debug and some subsequent testing I came to realize it's something about permissions. When I do /COPY:DAT it's just fine, when I do /COPY:DATS (to include ACLs) it all goes wrong. I don't think the files are &lt;STRONG&gt;actually&lt;/STRONG&gt; copied (it's too fast for that) but I guess Robocopy tries to fix ACLs or something - and fails, because they are of course identical. (The ACLs and SDDLs look the same on source and destination). Still it's much slower than when it dosn't really do anything.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;BRECHTMON is pretty much on the money though - I can confirm that this does NOT happen with a 2008 R2 server and its robocopy.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I cannot be related to ODX because in our case it happens with 7-mode systems also (with no cDot involved).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anyone have more info on this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 14:29:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/129924#M28284</guid>
      <dc:creator>CHMOELLER</dc:creator>
      <dc:date>2017-04-07T14:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/130696#M28439</link>
      <description>&lt;P&gt;Also having this exact issue.&amp;nbsp; If I robocopy to Windows, each directory without changes it only displays the directory name and local file count.&amp;nbsp; If I robocopy to the Netapp, it lists every file but does not say "Newer or New File" next to the unchanged files.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I ran a test with a 3GB ISO file which confirms suspicions that the files are not getting copied each subsequent time.&amp;nbsp; The problem is that it doesn't seem like they're getting skipped either which is increasing the total time it takes to complete.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already tried the ODX disable fix but that didn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone other insight?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2017 15:56:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/130696#M28439</guid>
      <dc:creator>Netapp2017</dc:creator>
      <dc:date>2017-05-02T15:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/131579#M28666</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hey guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;well I just did some more tests and found out something. I'm not sure whose "fault" it really is - but I'd&amp;nbsp;say there is a good chance it might be on NetApp's side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Clearly something changed in Robocopy. Which is easy to prove since the copy works just fine with older versions of it but not with more recent ones. Now the base-problem however might&amp;nbsp;be on NetApp's side - who seem not to imitate an actual Windows Fileserver quite closely enough. Which again is easilsy proven - because the problem does not occur when copying between (or to) Windows fileservers. So maybe newer Robocopy version rely on a feature not present or broken in NetApp's CIFS implementation?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here's what I did.&amp;nbsp;I copied a simple folder with a few PDFs with Robocopy. I copied from a cDOT Filer to a 7mode filer here, but copying the same folder from a "real" Windows fileshare shows the exact same behavior.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did an initial robocopy /MIR /COPYALL - which as expected creates a duplicate ot the folder and files. Every subsequent run of /MIR /COPYALL shows the problem we have - all files are marked as "Modified" although they are not. However as established, the files do not get copied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So another run with the /debug parameter:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robustes Dateikopieren f&amp;#129;r Windows                              
-------------------------------------------------------------------------------
  Gestartet: Freitag, 2. Juni 2017 12:18:40
OSVersion : 6.3 (9600) 25800306
   Quelle : \\?\UNC\SOURCE-FILER\testfolder\
     Root : "\\SOURCE-FILER\fpm\"
  VolName : "fpm"
   Serial : 80000415
  MaxName : 255
   FSFlag : 000400CF
   FSType : "NTFS"
   IsNTFS : 1
     Ziel : \\?\UNC\TARGET-FILER\testfolder\
     Root : "\\TARGET-FILER\data\"
  VolName : ""
   Serial : 3B02D496
  MaxName : 255
   FSFlag : 0004004F
   FSType : "NTFS"
   IsNTFS : 1
    Fudge : 0
    Dateien : *.*
	    
  Optionen: *.* /S /E /COPYALL /PURGE /MIR /DEBUG /R:1000000 /W:30 
------------------------------------------------------------------------------
\\?\UNC\SOURCE-FILER\testfolder\tr-3197_TEchnicalOverviewofSnapDrive.pdf: Create: 1cd4ee6369beb3e LastA: 1d2db899501cfd8 LastWr: 1cd49f3a4f22f93 Change: 1d093933059611c
\\?\UNC\SOURCE-FILER\testfolder\tr-3483_ThinProvisioningInANetAppSANorIPSANEnterpriseEnvironment.pdf: Create: 1cd4ee636a428c6 LastA: 1d2db8995068ac8 LastWr: 1cd486bafe9d4dd Change: 1d093933059af46
\\?\UNC\SOURCE-FILER\testfolder\tr-3563_ThinProvisioningIncreasesStorageUtilizationWithOnDemandUtilization.pdf: Create: 1cd4ee636a895aa LastA: 1d2db89953c1968 LastWr: 1cd49f39598b963 Change: 1d093933059fd5c
\\?\UNC\SOURCE-FILER\testfolder\tr-3702_BestPractivesForMicrosoftVirtualizationAndSnapManagerHyperV.pdf: Create: 1cd4ee636b19682 LastA: 1d2db8995601bf6 LastWr: 1cd4a3269d656a4 Change: 1d09393305a4b86
\\?\UNC\SOURCE-FILER\testfolder\tr-3828_SnapDrive62WindowsBestPractices.pdf: Create: 1cd4ee636ba7040 LastA: 1d2db89956d3b74 LastWr: 1cd49f3b27efb4b Change: 1d09393305a999c
\\?\UNC\SOURCE-FILER\testfolder\tr-3965_ThinProvisioningDeploymentAndImplementationGuideDataOntap87-mode.pdf: Create: 1cd4ee636c37136 LastA: 1d2db899590efc4 LastWr: 1cd496422779fad Change: 1d09393305ae7b2
\\?\UNC\SOURCE-FILER\testfolder\Thumbs.db: Create: 1ce4bf5d00dcf28 LastA: 1d2db8994f3c65e LastWr: 1ce4bf5dbc19250 Change: 1d0b3fd4d24fd44
\\?\UNC\TARGET-FILER\testfolder\Thumbs.db: Create: 1ce4bf5d00dcf28 LastA: 1d2db89890de0ea LastWr: 1ce4bf5dbc19250 Change: 1d2db8994f02cce
\\?\UNC\TARGET-FILER\testfolder\tr-3197_TEchnicalOverviewofSnapDrive.pdf: Create: 1cd4ee6369beb3e LastA: 1d2db898929cd32 LastWr: 1cd49f3a4f22f93 Change: 1d2db8994fd4c7e
\\?\UNC\TARGET-FILER\testfolder\tr-3483_ThinProvisioningInANetAppSANorIPSANEnterpriseEnvironment.pdf: Create: 1cd4ee636a428c6 LastA: 1d2db898931bc72 LastWr: 1cd486bafe9d4dd Change: 1d2db8995022e74
\\?\UNC\TARGET-FILER\testfolder\tr-3563_ThinProvisioningIncreasesStorageUtilizationWithOnDemandUtilization.pdf: Create: 1cd4ee636a895aa LastA: 1d2db898967722c LastWr: 1cd49f39598b963 Change: 1d2db89953796ea
\\?\UNC\TARGET-FILER\testfolder\tr-3702_BestPractivesForMicrosoftVirtualizationAndSnapManagerHyperV.pdf: Create: 1cd4ee636b19682 LastA: 1d2db89898e5aea LastWr: 1cd4a3269d656a4 Change: 1d2db89955b9a18
\\?\UNC\TARGET-FILER\testfolder\tr-3828_SnapDrive62WindowsBestPractices.pdf: Create: 1cd4ee636ba7040 LastA: 1d2db8989a3907c LastWr: 1cd49f3b27efb4b Change: 1d2db8995689448
\\?\UNC\TARGET-FILER\testfolder\tr-3965_ThinProvisioningDeploymentAndImplementationGuideDataOntap87-mode.pdf: Create: 1cd4ee636c37136 LastA: 1d2db8989d0e1bc LastWr: 1cd496422779fad Change: 1d2db89958c6ea4
	                   7 -A--------D--	\\?\UNC\SOURCE-FILER\testfolder\
FindNextFile() Difference = - 16845h:22m:20.6824330s	\\SOURCE-FILER\testfolder\Thumbs.db
FindNextFile() Difference = - 17835h:22m:32.9412450s	\\SOURCE-FILER\testfolder\tr-3197_TEchnicalOverviewofSnapDrive.pdf
FindNextFile() Difference = - 17835h:22m:32.9712430s	\\SOURCE-FILER\testfolder\tr-3483_ThinProvisioningInANetAppSANorIPSANEnterpriseEnvironment.pdf
FindNextFile() Difference = - 17835h:22m:33.3192590s	\\SOURCE-FILER\testfolder\tr-3563_ThinProvisioningIncreasesStorageUtilizationWithOnDemandUtilization.pdf
FindNextFile() Difference = - 17835h:22m:33.5532690s	\\SOURCE-FILER\testfolder\tr-3702_BestPractivesForMicrosoftVirtualizationAndSnapManagerHyperV.pdf
FindNextFile() Difference = - 17835h:22m:33.6363180s	\\SOURCE-FILER\testfolder\tr-3828_SnapDrive62WindowsBestPractices.pdf
FindNextFile() Difference = - 17835h:22m:33.8692850s	\\SOURCE-FILER\testfolder\tr-3965_ThinProvisioningDeploymentAndImplementationGuideDataOntap87-mode.pdf
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
	      Ge„ndert		   25088 --SH---------	Thumbs.db
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
	      Ge„ndert		  754236 -A-----------	tr-3197_TEchnicalOverviewofSnapDrive.pdf
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
	      Ge„ndert		   98707 -A-----------	tr-3483_ThinProvisioningInANetAppSANorIPSANEnterpriseEnvironment.pdf
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
	      Ge„ndert		   3.4 m -A-----------	tr-3563_ThinProvisioningIncreasesStorageUtilizationWithOnDemandUtilization.pdf
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
	      Ge„ndert		   2.3 m -A-----------	tr-3702_BestPractivesForMicrosoftVirtualizationAndSnapManagerHyperV.pdf
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
	      Ge„ndert		  755698 -A-----------	tr-3828_SnapDrive62WindowsBestPractices.pdf
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
	      Ge„ndert		   2.3 m -A-----------	tr-3965_ThinProvisioningDeploymentAndImplementationGuideDataOntap87-mode.pdf
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
------------------------------------------------------------------------------
           Insgesamt   KopiertšbersprungenKeine šbereinstimmung    FEHLER    Extras
Verzeich.:         1         0         0         0         0         0
  Dateien:         7         7         0         0         0         0
    Bytes:    9.68 m    9.68 m         0         0         0         0
   Zeiten:   0:00:00   0:00:00                       0:00:00   0:00:00
Geschwindigkeit:           406352480 Bytes/Sek.
Geschwindigkeit:           23251.675 Megabytes/Min.
   Beendet: Freitag, 2. Juni 2017 12:18:40&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;OK. So the same command with Robocopy as it shipped with Windows XP:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows     ::     Version XP010
-------------------------------------------------------------------------------

  Started : Fri Jun 02 12:28:25 2017

OSVersion : 6.2 (9200) 23F00206

   Source : \\?\UNC\SOURCE-FILER\testfolder\
     Root : "\\SOURCE-FILER\fpm\"
  VolName : "fpm"
   Serial : 80000415
  MaxName : 255
   FSFlag : 000400CF
   FSType : "NTFS"
   IsNTFS : 1

     Dest : \\?\UNC\TARGET-FILER\testfolder\
     Root : "\\TARGET-FILER\data\"
  VolName : ""
   Serial : 3B02D496
  MaxName : 255
   FSFlag : 0004004F
   FSType : "NTFS"
   IsNTFS : 1

    Fudge : 0

    Files : *.*
	    
  Options : *.* /S /E /COPYALL /PURGE /MIR /DEBUG /R:1000000 /W:30 

------------------------------------------------------------------------------

	                   7 -A--------D--	\\?\UNC\SOURCE-FILER\testfolder\

------------------------------------------------------------------------------

                Total    Copied   Skipped  Mismatch    FAILED    Extras
     Dirs :         1         0         1         0         0         0
    Files :         7         0         7         0         0         0
    Bytes :    9.68 m         0    9.68 m         0         0         0
    Times :   0:00:00   0:00:00                       0:00:00   0:00:00

    Ended : Fri Jun 02 12:28:25 2017&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And finally, the "new" robocopy again but (re-) copying the folder to a Windows Fileshare (my 8.1 workstation in this case):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robustes Dateikopieren f&amp;#129;r Windows                              
-------------------------------------------------------------------------------
  Gestartet: Freitag, 2. Juni 2017 12:33:38
OSVersion : 6.3 (9600) 25800306
   Quelle : \\?\UNC\SOURCE-FILER\testfolder\
     Root : "\\o1903cifs\fpm\"
  VolName : "fpm"
   Serial : 80000415
  MaxName : 255
   FSFlag : 000400CF
   FSType : "NTFS"
   IsNTFS : 1
     Ziel : \\?\UNC\WINDOWS\testfolder\
     Root : "\\o0001\dmp\"
  VolName : "E_DATA"
   Serial : 6431E6C3
  MaxName : 255
   FSFlag : 00C700FF
   FSType : "NTFS"
   IsNTFS : 1
    Fudge : 0
    Dateien : *.*
	    
  Optionen: *.* /S /E /COPYALL /PURGE /MIR /DEBUG /R:1000000 /W:30 
------------------------------------------------------------------------------
\\?\UNC\SOURCE-FILER\testfolder\tr-3197_TEchnicalOverviewofSnapDrive.pdf: Create: 1cd4ee6369beb3e LastA: 1d2db8bad9a9546 LastWr: 1cd49f3a4f22f93 Change: 1d093933059611c
\\?\UNC\SOURCE-FILER\testfolder\tr-3483_ThinProvisioningInANetAppSANorIPSANEnterpriseEnvironment.pdf: Create: 1cd4ee636a428c6 LastA: 1d2db8bad9df0a6 LastWr: 1cd486bafe9d4dd Change: 1d093933059af46
\\?\UNC\SOURCE-FILER\testfolder\tr-3563_ThinProvisioningIncreasesStorageUtilizationWithOnDemandUtilization.pdf: Create: 1cd4ee636a895aa LastA: 1d2db8badceeb66 LastWr: 1cd49f39598b963 Change: 1d093933059fd5c
\\?\UNC\SOURCE-FILER\testfolder\tr-3702_BestPractivesForMicrosoftVirtualizationAndSnapManagerHyperV.pdf: Create: 1cd4ee636b19682 LastA: 1d2db8badf2edf4 LastWr: 1cd4a3269d656a4 Change: 1d09393305a4b86
\\?\UNC\SOURCE-FILER\testfolder\tr-3828_SnapDrive62WindowsBestPractices.pdf: Create: 1cd4ee636ba7040 LastA: 1d2db8badffbf2a LastWr: 1cd49f3b27efb4b Change: 1d09393305a999c
\\?\UNC\SOURCE-FILER\testfolder\tr-3965_ThinProvisioningDeploymentAndImplementationGuideDataOntap87-mode.pdf: Create: 1cd4ee636c37136 LastA: 1d2db8bae228938 LastWr: 1cd496422779fad Change: 1d09393305ae7b2
\\?\UNC\SOURCE-FILER\testfolder\Thumbs.db: Create: 1ce4bf5d00dcf28 LastA: 1d2db8bad8e6050 LastWr: 1ce4bf5dbc19250 Change: 1d0b3fd4d24fd44
\\?\UNC\WINDOWS\testfolder\Thumbs.db: Create: 1ce4bf5d00dcf28 LastA: 1d2db8994f3c65e LastWr: 1ce4bf5dbc19250 Change: 1d0b3fd4d24fd44
\\?\UNC\WINDOWS\testfolder\tr-3197_TEchnicalOverviewofSnapDrive.pdf: Create: 1cd4ee6369beb3e LastA: 1d2db899501cfd8 LastWr: 1cd49f3a4f22f93 Change: 1d093933059611c
\\?\UNC\WINDOWS\testfolder\tr-3483_ThinProvisioningInANetAppSANorIPSANEnterpriseEnvironment.pdf: Create: 1cd4ee636a428c6 LastA: 1d2db8995068ac8 LastWr: 1cd486bafe9d4dd Change: 1d093933059af46
\\?\UNC\WINDOWS\testfolder\tr-3563_ThinProvisioningIncreasesStorageUtilizationWithOnDemandUtilization.pdf: Create: 1cd4ee636a895aa LastA: 1d2db89953c1968 LastWr: 1cd49f39598b963 Change: 1d093933059fd5c
\\?\UNC\WINDOWS\testfolder\tr-3702_BestPractivesForMicrosoftVirtualizationAndSnapManagerHyperV.pdf: Create: 1cd4ee636b19682 LastA: 1d2db8995601bf6 LastWr: 1cd4a3269d656a4 Change: 1d09393305a4b86
\\?\UNC\WINDOWS\testfolder\tr-3828_SnapDrive62WindowsBestPractices.pdf: Create: 1cd4ee636ba7040 LastA: 1d2db89956d3b74 LastWr: 1cd49f3b27efb4b Change: 1d09393305a999c
\\?\UNC\WINDOWS\testfolder\tr-3965_ThinProvisioningDeploymentAndImplementationGuideDataOntap87-mode.pdf: Create: 1cd4ee636c37136 LastA: 1d2db899590efc4 LastWr: 1cd496422779fad Change: 1d09393305ae7b2
	                   7 -A--------D--	\\?\UNC\SOURCE-FILER\testfolder\
			SR GROUP OWNER DACL SACL - SECURITY_DESCRIPTOR_CONTROL
			     D     D   PIDP PIDP 
			SR   -     -   YI-- YI-- - Source
------------------------------------------------------------------------------
           Insgesamt   KopiertšbersprungenKeine šbereinstimmung    FEHLER    Extras
Verzeich.:         1         0         0         0         0         0
  Dateien:         7         0         7         0         0         0
    Bytes:    9.68 m         0    9.68 m         0         0         0
   Zeiten:   0:00:00   0:00:00                       0:00:00   0:00:00
   Beendet: Freitag, 2. Juni 2017 12:33:38&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So here lies the problem then. It is a difference in the "change" timestamp. When the files are copied to a Windows Fileshare, Robocopy reads that value from the files correctly.&lt;/P&gt;&lt;P&gt;However when Robocopy get's the "last changed" timestamp from the NetApp, &lt;STRONG&gt;different&amp;nbsp;values&lt;/STRONG&gt; are showing!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at this comparison from the robocopy "to windows":&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;\\?\UNC\SOURCE-FILER\testfolder\Thumbs.db: Create: 1ce4bf5d00dcf28 LastA: 1d2db8bad8e6050 LastWr: 1ce4bf5dbc19250 Change: 1d0b3fd4d24fd44
\\?\UNC\WINDOWS\testfolder\Thumbs.db:      Create: 1ce4bf5d00dcf28 LastA: 1d2db8994f3c65e LastWr: 1ce4bf5dbc19250 Change: 1d0b3fd4d24fd44&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and now what happens when we copy to NetApp:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;\\?\UNC\SOURCE-FILER\testfolder\Thumbs.db: Create: 1ce4bf5d00dcf28 LastA: 1d2db8994f3c65e LastWr: 1ce4bf5dbc19250 Change: 1d0b3fd4d24fd44
\\?\UNC\TARGET-FILER\testfolder\Thumbs.db: Create: 1ce4bf5d00dcf28 LastA: 1d2db89890de0ea LastWr: 1ce4bf5dbc19250 Change: 1d2db8994f02cce&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See the difference? On the NetApp the "change" value for the file differs from the value on the Windows fileshare. The value does NOT change when I re-run robocopy by the way, on neither Windows nor NetApp.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, the "translation" for the timestamps:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1d0b3fd4d24fd44 =&amp;gt; &amp;nbsp; 01.07.2015 14:56:09&lt;/P&gt;&lt;P&gt;1d2db8994f02cce =&amp;gt; &amp;nbsp;02.06.2017 12:18:30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this is it them - when Robocopy copies a file to a Windows fileshare it actually successfully copies "changed" timestamp. But it is NOT able to do so on a NetApp fileshare where the value corresponds with the time when the file was actually copied. And since Robocopy is not able to properly fix this timestamp it "re-tries" to fix it every single time we run robocopy. So as I said earlier, this seems to me to be "on the NetApp side of things".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;None of this helps us though. Because we all know that opening a case for this is futile, but NetApp's and Microsoft's L1 will blame the other company and send me away.&amp;nbsp;Anyone got an "inside contact" who might be in a position to have a look at this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 11:25:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/131579#M28666</guid>
      <dc:creator>CHMOELLER</dc:creator>
      <dc:date>2017-06-02T11:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/137968#M30433</link>
      <description>&lt;P&gt;Stick to Server2008 for your update and final copy run .&lt;/P&gt;
&lt;P&gt;I have found as well on 2016 server all subsequnt copy comparisons find the files have been modified even when using /fft flag to reduce time accuracy.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same Robocopy command on 2008 server runs without issue and only copies the changed files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 17:19:42 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/137968#M30433</guid>
      <dc:creator>dryland404</dc:creator>
      <dc:date>2018-02-09T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/138403#M30524</link>
      <description>&lt;P&gt;That's a workaround, not a solution ... especially since 2008 is in heavy phase-out, not planning to have many of them left. I think the situation is quite clear and I think it's on NetApps side but still, I know that calling Global support about this is futile and I have not "inside contact" ...&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 16:20:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/138403#M30524</guid>
      <dc:creator>CHMOELLER</dc:creator>
      <dc:date>2018-02-23T16:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/161873#M36992</link>
      <description>&lt;P&gt;did you ever find a workable solution to this problem?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Dec 2020 20:22:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/161873#M36992</guid>
      <dc:creator>PowderedToastMan</dc:creator>
      <dc:date>2020-12-08T20:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/161878#M36994</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/89250"&gt;@PowderedToastMan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think people on this thread raised 3 different scenarios that can cause this. With a mixture of windows Cdot and 7-mode mentioned and each scenario resolved differently. We can try and look on your scenario if you add a bit more details and try the different workarounds suggested here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/54146"&gt;@ChristianSmet&lt;/a&gt;who reported ODX was the cause in his case (In Win to Cdot). Referred to "/NOOFFLOAD" robocopy switch (not tested) and ODX disable on vserver "set adv; vserver cifs options modify -vserver [name] -copy-offload-enabled false"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/7014"&gt;@CHMOELLER&lt;/a&gt;&amp;nbsp; and &lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/4270"&gt;@BRECHTMON&lt;/a&gt;&amp;nbsp; who reported that 2008/xp ropocopy.exe works for them and blame "last changed" not being copied hence being different. (on Cdot 7Mode mix with each other and with windows)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/7014"&gt;@CHMOELLER&lt;/a&gt;who at some point confirmed /COPY:DATS takes longer from /COPY:DAT&lt;/P&gt;&lt;P&gt;for that one - I can confirm that in tests I did from Windows 2016 to Cdot 9.1 two years ago iv'e seen&lt;/P&gt;&lt;P&gt;/COPY:DAT only updates actual changed files, /COPY:DATO and /COPY:DATOS &lt;STRONG&gt;touches (but not copy)&lt;/STRONG&gt; every file.&lt;/P&gt;&lt;P&gt;With DATOS I was also often losing access to dst files due to lack of permissions. Therefore, my approach is baseline with DATO, updates with DAT and cutoff with DATOS&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 00:05:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/161878#M36994</guid>
      <dc:creator>GidonMarcus</dc:creator>
      <dc:date>2020-12-09T00:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/171383#M39402</link>
      <description>&lt;P&gt;Any update to this? I’m doing a large migration to 9.9.1P4 and every robocopy update is pretty much doing a full copy again. And saying all files have changed..&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 12:00:20 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/171383#M39402</guid>
      <dc:creator>Greg_Wilson</dc:creator>
      <dc:date>2021-11-03T12:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/171415#M39413</link>
      <description>&lt;P&gt;Hello Greg,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;from experience I had success performing the copy using the following robocopy script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#powershell&lt;BR /&gt;$source = "\\source\path"&lt;BR /&gt;$destination = "\\destination\path"&lt;BR /&gt;$log = "yourlogname$_(get-date -format 'yyyy-MM-dd-HH-mm').txt"&lt;BR /&gt;robocopy $source $destination /MIR /FFT /TEE /R:0 /W:0 /log+:C:\Logs\"$($log)"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The /FFT switch should anyway fix this and if you give it a try you might be able to actually turn any additional copies into incrementals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's an explanation of what the /FFT does:&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;&lt;STRONG&gt;/FFT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;is necessary&amp;nbsp;to copy between file systems, such as Windows’ NTFS and Linux’s EXT4. If you don’t use this you can get wierdness like files looking like they’re newer than they really are, etc., since the two file systems keep time differently."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it helps, let me know&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 10:17:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/171415#M39413</guid>
      <dc:creator>mattgio</dc:creator>
      <dc:date>2021-11-04T10:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Fileserver Migration with robocopy</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/436170#M40837</link>
      <description>&lt;P&gt;Solved it for us:&lt;BR /&gt;&lt;A href="https://serverfault.com/questions/828467/robocopy-all-data-marked-as-modified" target="_blank"&gt;https://serverfault.com/questions/828467/robocopy-all-data-marked-as-modified&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 09:14:50 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Fileserver-Migration-with-robocopy/m-p/436170#M40837</guid>
      <dc:creator>Joachim1</dc:creator>
      <dc:date>2022-06-24T09:14:50Z</dc:date>
    </item>
  </channel>
</rss>

