Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have an requirement, where when the Read only file should not be allowed to copy.
How do we achieve this.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, not exactly sure how you are coping the data, however in xcopy you could output those read-only files (dir /AR) to a txt file(s) and reference those in the /EXCLUDE parameter.
Hope this helps,
Thanks,
Grant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@Kamal wrote:We have an requirement, where when the Read only file should not be allowed to copy.
How do we achieve this.
This is not the job of the storage system.
Think of it like me giving you money but telling you how to spend it. Once it's been transferred from my wallet to yours, I have lost control of it.
You're telling the storage system you want the users to be able to read the file but then have the storage system restrict what can be with the contents once the file has been been read. No storage system can control that.
You probably need to write or buy some wrapper code around the file access that enforces your policies. That's what Data Loss Prevention products are for.
