Stefan [MSFT]
Guest
|
Posted:
Fri Jan 07, 2005 2:54 am Post subject:
Re: Importing Site Data |
|
|
Hi Ryan,
the easiest way to achieve this is by not using SiteDeployment but by using
SQL backup/restore features.
Or you could create a new database and attach it using DCA and then run an
import.
Alternativly you could also create a script that first deletes all items
using publishing API and then does an import of your SDO file.
Cheers,
Stefan.
"Ryan" <Ryan@discussions.microsoft.com> wrote in message
news:1E122C54-B4F3-496E-83D2-14F54D07BB87@microsoft.com...
| Quote: | If I create an SDO file containing all the Channels/Postings/Template
Galleries/Resource Galleries etc. and want to import it to another server,
the import will simply add everything from the sdo file. What's the
easiest
way to do an import where I want to overwrite the entire site (i.e. get
rid
of everything in the site and then do the import) so I'll have an exact
copy
of the site sitting on both servers?
Thanks in advance,
Ryan |
|
|