Configuring Archive Manager overview
You configuring Archive Manager in the cd_archivemanager_conf.xml configuration file. You need to configure the Web site Publications you want to archive, the content you want to include or exclude, and configure the personalized Web content you want to capture.
<Publications>-
Basic configuration involves you configuring the Web site Publication that you want to archive by specifying the Publication ID and the base URL (the starting string of a URL; all resources that contain this string are archived) of each Web site you want to archive. For more information, see Archiving Web site Publications.
<InclusionRule>-
You can include specific URLs for archiving based on certain conditions being met. Inclusion rules provide you with a finer-grained control over the archiving process to define what resources are archived and when. You need to define inclusion rules for each Web site Publication you are archiving by adding
<InclusionRule>elements as children of a<Publication>element. For more information, see Including URLs.
<capture>-
In the
<capture>element you can exclude URLs, define identities, and add protocol providers:
Basic cd_archivemanager_conf.xml example
The following example shows the main XML elements you can configure in the cd_archivemanager_conf.xml configuration file:
<Publications>
<Publication/>
<InclusionRule/>
</Publication>
</Publications>
<Capture>
<DefaultIdentity>
<Proxy/>
</DefaultIdentity>
<Identity>
<HttpHeader/>
</Proxy>
</Identity>
<Exclude/>
<ProtocolProvider/>
</Capture>