Overview
The GFI Archiver Archive Assistant is configured to automatically skip public folders by default. This article describes the process to configure the GFI Archiver Archive Assistant to archive public folders automatically.
Process
To include public folders for archiving, perform the following steps:
- On the machine where the GFI Archiver Archive Assistant is installed, navigate to Start > Run > type
%appdata%
and press Enter. - Navigate to Roaming > GFI > MailArchiverAddon.
- Locate app.config and open with Notepad.
- In the block
<appSettings>
, add the following line:-
To enable archiving:
<add key="PublicFolderAllowed" value="true"/>
-
To disable archiving:
<add key="PublicFolderAllowed" value="false"/>
-
To enable archiving:
- Save the file before closing.