H
hgerrit
Hi All,
the last days I've been banging my head why my self-made robocopy back-up script isn't working anymore since using it on server 2016. I've been using this script on 2008/2008R2/2012/2012R2 succcesfully but on Server 2016 it won't.
I've troubleshooted the issue down to a simple method so it can be verified:
Script robocopy local directory (on 2016 server) c:\test to share (on server 2012R2 "\\server\dfs-share"
ERROR 123 (0x0000007B) Accessing Destination Directory: c:\windows\system32\robocopy.exe "c:\test" "\\server\dfs-share\test"
Also, after I run the command, it deletes the folder "test" when it is empty.
When I create a share on the 2012R2 volume without the use of DFS, the robocopy works perfectly. Also, when i run the robocopy script from a 2012R2 server to the DFS share it works perfectly.
I've also set the share-rights and ntfs rights to Everyone:FULL.
I've searched a lot, but I cannot find any issues which are the same as my issue.
Can someone please help me out here?
Continue reading...
the last days I've been banging my head why my self-made robocopy back-up script isn't working anymore since using it on server 2016. I've been using this script on 2008/2008R2/2012/2012R2 succcesfully but on Server 2016 it won't.
I've troubleshooted the issue down to a simple method so it can be verified:
Script robocopy local directory (on 2016 server) c:\test to share (on server 2012R2 "\\server\dfs-share"
ERROR 123 (0x0000007B) Accessing Destination Directory: c:\windows\system32\robocopy.exe "c:\test" "\\server\dfs-share\test"
Also, after I run the command, it deletes the folder "test" when it is empty.
When I create a share on the 2012R2 volume without the use of DFS, the robocopy works perfectly. Also, when i run the robocopy script from a 2012R2 server to the DFS share it works perfectly.
I've also set the share-rights and ntfs rights to Everyone:FULL.
I've searched a lot, but I cannot find any issues which are the same as my issue.
Can someone please help me out here?
Continue reading...