I followed the .\backupSharesAcls.ps and .\restoreSharesAcls.ps1 script to backup the share and ACL permissions from source volume and restore it on destination volume.
Does the restore snapmirror destination should also have same SVM name as in production ?
I created same volume name and namespace in destination but SVM name is different . Getting error record doesnt match.
.\restoreSharesAcls.ps1 -server <clus_mgmt> -user <uname> -password <> -vserver <destination-vname> -shareFile C:\share.xml -aclFile C:\acl.xml -spit less
Please advise on this.