Obsolete Pages{{Obsolete}}
The official documentation is at: http://docs.alfresco.com
ArchivingAdministrationConfiguration
Back to Server Configuration
By default, all documents or folders that aren't tagged with the sys:temporary aspect will be archived when deleted. If this functionality is not required, it can be disabled.
This page assumes knowledge of how to extend the repository configuration and override properties: Repository Configuration
Override the storeArchiveMap bean in one of the extension configuration files:
<ext-config>/alfresco/extension/custom-repository-context.xml
<bean id='storeArchiveMap' class='org.alfresco.repo.node.StoreArchiveMap'>
<property name='archiveMap'>
<map>
</map>
</property>
</bean>
Back to Server Configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.