I have made a full copy of a Windows FAT file system to a NetApp Cifs share and that was done successfully. After the initial copy i wanted to use the sync command to keep de copy the same as the source.
As command i used this (source - and destination server and share are correct but removed in this line. But i know these are good cause i used the same for the initial copy by replaceing copy command to sync command)
.\xcp sync \\{Source Servername}\{source share} \\\\{Destination Servername}\{destination share} -loglevel DEBUG
2023-08-18 15:48:30,873 - ERROR - xcp.scanner - 141904 - 65008 - failed to scan path \\{Source Servername}\{source share}: (2, 'GetNamedSecurityInfo', 'The system cannot find the file specified.')
2023-08-18 15:48:32,124 - ERROR - root - 143064 - 99032 - Error occured in guard_print [Errno 22] Invalid argument
i do not understand what it means by 'The system cannot find the file specified.' with sync should be copying files that are missing to the destination but now it says it is missing files on source???
Anyone a idea of what can be going wrong?