D
DiegoSaga
Hello Guys,
I am trying to mirror data from one Shared Drive to another, including permissions structure in the Folders. I have modification's Access in both of the shared paths. Both of the paths are CIFs SAN/NAS Devices. What I did is I connected using RDP to a Server within the same LAN as the CIFS and i mapped both Share paths to the Windows Server. I am then trying to run the following commands:
robocopy "Y:\ABC" "P:\ABC" /COPYATSO /E /W:5 /R:5 /Log+:C:\TEMP\Logfile.TXT
OR
robocopy "Y:\ABC" "P:\ABC" /mir /sec /E /Z /V /NP /R:5 /W:5 > C:\TEMP\Logfile.TXT
Both of them are throwing the following error:
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Saturday, September 15, 2018 4:51:41 AM
Source : Y:\SWEDEN\USA_Project Whale\Test\
Dest : P:\SWEDEN\USA_Project Whale\Test\
Files : *.*
Options : *.* /V /S /E /DCOPYA /COPYATSO /Z /NP /R:5 /W:5
------------------------------------------------------------------------------
1 Y:\SWEDEN\USA_Project Whale\Test\
New File 47 Test.txt
2018/09/15 04:51:41 ERROR 1337 (0x00000539) Copying NTFS Security to Destination File P:\ABC
The security ID structure is invalid.
Can you please help?
------------------------------------------------------------------------------
Continue reading...
I am trying to mirror data from one Shared Drive to another, including permissions structure in the Folders. I have modification's Access in both of the shared paths. Both of the paths are CIFs SAN/NAS Devices. What I did is I connected using RDP to a Server within the same LAN as the CIFS and i mapped both Share paths to the Windows Server. I am then trying to run the following commands:
robocopy "Y:\ABC" "P:\ABC" /COPYATSO /E /W:5 /R:5 /Log+:C:\TEMP\Logfile.TXT
OR
robocopy "Y:\ABC" "P:\ABC" /mir /sec /E /Z /V /NP /R:5 /W:5 > C:\TEMP\Logfile.TXT
Both of them are throwing the following error:
ROBOCOPY :: Robust File Copy for Windows
-------------------------------------------------------------------------------
Started : Saturday, September 15, 2018 4:51:41 AM
Source : Y:\SWEDEN\USA_Project Whale\Test\
Dest : P:\SWEDEN\USA_Project Whale\Test\
Files : *.*
Options : *.* /V /S /E /DCOPYA /COPYATSO /Z /NP /R:5 /W:5
------------------------------------------------------------------------------
1 Y:\SWEDEN\USA_Project Whale\Test\
New File 47 Test.txt
2018/09/15 04:51:41 ERROR 1337 (0x00000539) Copying NTFS Security to Destination File P:\ABC
The security ID structure is invalid.
Can you please help?
------------------------------------------------------------------------------
Continue reading...