I must be missing something. When I run the following code from the "Archiving and Restoring" walkthrough the only thing that is synced is the metabase.
msdeploy.exe -verb:sync -source:metakey=LM/W3SVC/1031013737/ -dest:archivedir=F:\IISArchive\MySIte > F:\IISArchive\MySite.log
Shouldn't it be archiving the content as well or do you have to run it multiple times like so:
msdeploy.exe -verb:sync -source:metakey=LM/W3SVC/1031013737/
-dest:archivedir=F:\IISArchive\MySIteMetabase > F:\IISArchive\MySite.log
msdeploy.exe -verb:sync -source:dirPath="F:\Clients\Web\MySite"
-dest:archivedir=F:\IISArchive\MySIteContent > F:\IISArchive\MySite.log
etc.
Intuitively, this doesn't seem right to me, which is why I think I must be missing something.
Any direction would would be much appreciated.
Thanks!