Hi, I have a problem during an restore the path changed during a command?
Invoke-NaNdmpCopy -verbose 192.168.0.1 -SrcPath ".../3370_Bauträger/Formulare" 192.168.0.2 -DstPath ".../Formulare' -SrcCredential $cred -DstCredential $cred -SrcAuthType Md5 -DstAuthType Md5
ERROR:
VERBOSE: [192.168.0.1] Log Message: LogType=2, MessageId=2, Message=Backup/Restore of non-local Volume '.../3370_Bautr\0303\0244ger/Formulare' not supported
So my "ä" changed to "\0303\0244" ?!
But this works fine:
Read-NcDirectory -VserverContext filer03_vault-vs -Path "/vol/.../3370_Bauträger/Formulare" |Format-Table
Name Address Vserver Version
---- ------- ------- -------
192.168.0.1 192.168.0.1 NetApp Release 9.7P22: Mon Mar 27 14:06:51 UTC 2023
Name Type Size Created Modified Owner Group Perm Empty
---- ---- ---- ------- -------- ----- ----- ---- -----
. directory 12 KB 04.05.2015 11.10.2023 0 0 777 False
.. directory 8 KB 04.05.2015 27.07.2023 0 0 777 False
Toolkit Version
Major Minor Build Revision
----- ----- ----- --------
9 13 1 2306
Does someone know how to fix this?
Best regards
Markus