I am trying to sync a single web app between two different servers using the following command.
msdeploy.exe -verb:sync -source:metakey=/lm/W3SVC/1/ROOT/dotnet/WebApp,username=u,password=pw,computername=v2 -dest:metakey=/lm/W3SVC/1/ROOT/dotnet/WebApp,username=u,password=pw,computername=d2 -whatif -verbose > msdeploy.log
When I run it, I get the error "Fatal: An item with the same key has already been added. "
Shouldn't it be writing over this key since it is syncing?