I've had a Robocopy script that has worked fine for ages.
All it does is synchronises a remotely located network drive (Windows server accessed over OpenVPN) to a locally located network drive (SMB on Synology NAS).
It has worked find for over a year.
The last few days, it is constantly throwing up errors.
They are mostly error 29, but a few are error 53.
Below are some typical examples:
ERROR 59 (0x0000003B) Accessing Destination Directory
An unexpected network error occurred.
ERROR 53 (0x00000035) Time-Stamping Destination Directory
The network path was not found.
ERROR 53 (0x00000035) Scanning Source Directory
The network path was not found.
As far as I'm aware, nothing has changed on the source or destination machine.
The remote network drive is mapped. The local one is a UNC path.
If I browse with windows explorer to the source and destination locations I can access them fine.
Most directories seem to be checking fine - it is just a few that are flagging up these errors (my first thought is that perhaps it was the longest ones with a path length issue, but it isn't that).
Any suggestions as to what is going on here would be welcomed.
All it does is synchronises a remotely located network drive (Windows server accessed over OpenVPN) to a locally located network drive (SMB on Synology NAS).
It has worked find for over a year.
The last few days, it is constantly throwing up errors.
They are mostly error 29, but a few are error 53.
Below are some typical examples:
ERROR 59 (0x0000003B) Accessing Destination Directory
An unexpected network error occurred.
ERROR 53 (0x00000035) Time-Stamping Destination Directory
The network path was not found.
ERROR 53 (0x00000035) Scanning Source Directory
The network path was not found.
As far as I'm aware, nothing has changed on the source or destination machine.
The remote network drive is mapped. The local one is a UNC path.
If I browse with windows explorer to the source and destination locations I can access them fine.
Most directories seem to be checking fine - it is just a few that are flagging up these errors (my first thought is that perhaps it was the longest ones with a path length issue, but it isn't that).
Any suggestions as to what is going on here would be welcomed.