If you're using SMB - I usually create a hidden share just for migrations. I give select accounts "run as root" share permissions (in the SMB shares settings for the share). I only use this share for file copy/migration purposes.
On the Isilon - If you're trying to copy over owner information, you'll get access denied when trying to set the owner unless the account has run as root perms on the share.
Peter_Sero
4 Operator
•
1.2K Posts
0
October 10th, 2014 04:00
The PermissionRepair job directly on the Isilon might help, but sets all ownerships and permissions identical.
If that is not what you want, the classic UNIX commands find, chmod and chown should do it; the exact script would depend on what is actually needed.
-- Peter
ahill1989
5 Posts
0
October 10th, 2014 05:00
Thanks, this helps a lot.
uid_0
4 Posts
1
October 10th, 2014 07:00
Is this using SMB shares of NFS exports?
If you're using SMB - I usually create a hidden share just for migrations. I give select accounts "run as root" share permissions (in the SMB shares settings for the share). I only use this share for file copy/migration purposes.
On the Isilon - If you're trying to copy over owner information, you'll get access denied when trying to set the owner unless the account has run as root perms on the share.