| Author: Pradeep Iyer 01 Dec 2008 | Member Level: Diamond | Rating:  Points: 6 |
This could get more complicated going forward depending on the site content size. If you want to sync the site immediately you have to write a
feature that captures itemadded, modified and deleted events Install and activate that feature in parent subsite. Generally features are bound to a
specific list template and you have to deploy multiple features each for a specifit list template.
Else if you have a option of creating second child site in another site collection you can make use of the content deployment feature to achieve
synchronization between the subsites. This feature is generally used to publish content from Intranet sites to internet site .
If the sites are small and may not grow large and large make use of bakup and restore. Because restore allows to overwrite the content in a site.
Regards, Pradeep Iyer
|