<?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: is there any way we can prevent use to move the shared folders in Data Protection</title>
    <link>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466244#M14167</link>
    <description>&lt;P&gt;I'm not sure what you are trying to prevent;&amp;nbsp; If your users have create/write access to another folder, there is nothing you can do to stop them. Since you are using 'robocopy' I presume you are writing to CIFS shares.&amp;nbsp; You can place share or access level security on directories, but that solution may be worse.&lt;BR /&gt;If you are getting tickets to move the data, what is stopping you from saying 'NO'?&lt;BR /&gt;I think you may be:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;trying to prevent users from moving data themselves?&amp;nbsp; If that is the case, you can:&lt;BR /&gt;deny - delete files, folders and sub-folders on the source&lt;BR /&gt;deny - create files or folders at destinations you don't want them to move to&lt;/LI&gt;&lt;LI&gt;Or you you may be saying that users are copying data but not using the /COPYALL option which will copy all metadata including acls;&amp;nbsp; if that is the case, you can rename robocopy, and create a robocopy.cmd file which enforces /Copyall.&amp;nbsp; Check "robocopy /???" for more help, or check out&amp;nbsp;&lt;A href="https://adamtheautomator.com/robocopy" target="_blank"&gt;https://adamtheautomator.com/robocopy&lt;/A&gt;.&amp;nbsp; Good luck.&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Wed, 11 Mar 2026 18:01:51 GMT</pubDate>
    <dc:creator>Tas</dc:creator>
    <dc:date>2026-03-11T18:01:51Z</dc:date>
    <item>
      <title>is there any way we can prevent use to move the shared folders</title>
      <link>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466084#M14163</link>
      <description>&lt;P&gt;time by time, we have been asked to relocate the CIFS shared folder from one location to another.&amp;nbsp; it is time costing to move some big folders even in same share. is there any easy way to prevent it or get an alert when user is doing it?&lt;/P&gt;&lt;P&gt;we try to set some permissions on different folders but it is hard&amp;nbsp; since we have so many different groups of users access different folders.&lt;/P&gt;&lt;P&gt;thank you,&lt;/P&gt;</description>
      <pubDate>Mon, 02 Mar 2026 21:32:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466084#M14163</guid>
      <dc:creator>FelixZhou</dc:creator>
      <dc:date>2026-03-02T21:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: is there any way we can prevent use to move the shared folders</title>
      <link>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466088#M14164</link>
      <description>&lt;P&gt;You can't control or monitor what is taking place inside the CIFS shares, at storage level. You will need to work with client server team (WinTel/Linux).&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 01:49:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466088#M14164</guid>
      <dc:creator>Sanaman</dc:creator>
      <dc:date>2026-03-03T01:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: is there any way we can prevent use to move the shared folders</title>
      <link>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466116#M14165</link>
      <description>&lt;P&gt;Felix, if you mean moving a directory within the same share, on the same qtree or volume (not flexgroup), you can do that with the Windows "move" or Linux/Unix "mv" commands.&amp;nbsp; All they do is move the hard link of the parent folder to the location you specify.&amp;nbsp; All flags and permissions are maintained.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you mean move it to a different share on a separate qtree or volume, or flexgroup, your best bet is to use NetApp xcp, available in the downloads section.&amp;nbsp; You will need to read the docs, setup a VM to run it;&amp;nbsp; use the sync command with an index so you can update it after the initial copy because it will take time to move.&amp;nbsp; The way I do it, is set the initial sync with a new-index, and when done, I ask user to refrain from using the source;&amp;nbsp; I then update using the same index id, and then remove access to the source.&amp;nbsp; At that time users can access the destination and continue their work.&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2026 14:02:43 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466116#M14165</guid>
      <dc:creator>Tas</dc:creator>
      <dc:date>2026-03-03T14:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: is there any way we can prevent use to move the shared folders</title>
      <link>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466242#M14166</link>
      <description>&lt;P&gt;thank you for all the details. Good to know. Normally we use the "robcopy" to move the data.&lt;/P&gt;&lt;P&gt;but the confusing part to me, is to set up the permission "not to move" or get alert before to move.&lt;/P&gt;&lt;P&gt;otherwise we will keep get this type of tickets for the folders relocations daily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2026 16:21:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466242#M14166</guid>
      <dc:creator>FelixZhou</dc:creator>
      <dc:date>2026-03-11T16:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: is there any way we can prevent use to move the shared folders</title>
      <link>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466244#M14167</link>
      <description>&lt;P&gt;I'm not sure what you are trying to prevent;&amp;nbsp; If your users have create/write access to another folder, there is nothing you can do to stop them. Since you are using 'robocopy' I presume you are writing to CIFS shares.&amp;nbsp; You can place share or access level security on directories, but that solution may be worse.&lt;BR /&gt;If you are getting tickets to move the data, what is stopping you from saying 'NO'?&lt;BR /&gt;I think you may be:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;trying to prevent users from moving data themselves?&amp;nbsp; If that is the case, you can:&lt;BR /&gt;deny - delete files, folders and sub-folders on the source&lt;BR /&gt;deny - create files or folders at destinations you don't want them to move to&lt;/LI&gt;&lt;LI&gt;Or you you may be saying that users are copying data but not using the /COPYALL option which will copy all metadata including acls;&amp;nbsp; if that is the case, you can rename robocopy, and create a robocopy.cmd file which enforces /Copyall.&amp;nbsp; Check "robocopy /???" for more help, or check out&amp;nbsp;&lt;A href="https://adamtheautomator.com/robocopy" target="_blank"&gt;https://adamtheautomator.com/robocopy&lt;/A&gt;.&amp;nbsp; Good luck.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 11 Mar 2026 18:01:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Data-Protection/is-there-any-way-we-can-prevent-use-to-move-the-shared-folders/m-p/466244#M14167</guid>
      <dc:creator>Tas</dc:creator>
      <dc:date>2026-03-11T18:01:51Z</dc:date>
    </item>
  </channel>
</rss>

