« Previous Next »

Thread: Sync the metabase and site content

Last post 04-09-2008 9:30 PM by faith_a. 1 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (2 items)

Sort Posts:

  • 04-08-2008, 11:28 AM

    • jedatu
    • Not Ranked
    • Joined on 06-19-2002, 8:34 AM
    • Posts 1

    Sync the metabase and site content

    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!
     

  • 04-09-2008, 9:30 PM In reply to

    Re: Sync the metabase and site content

    Hi,

    Very interesting. The metakey provider should definitely be getting the content. The only reason it shouldn't is if your content is on UNC. But looks like that is not the case.

    Can you run your archive command with -verboseLevel:Informational and post it? Mainly I'd like to see if you're getting any skips on the content that would shed light on this behavior.

    Thanks,

    -faith

     

    This posting is provided "AS IS" with no warranties, and confers no rights.
Page 1 of 1 (2 items)
Microsoft Communities