Example command lines

The following example command applies the Retention Folder policy "Finance Retention" to folders on the FSA target \\Server\C$\MyFolder, using settings in the file RtnFolderSettings.xml. This file is in the Enterprise Vault folder.

RtnFolder.exe /Policy:"Finance Retention" 
/Target:"\\ServerA\C$\MyFolder" 

/Settings: RtnFolderSettings.xml

The following example command uses wildcards in defining the target volume and folder. The Retention Folder policy, "Finance Retention", is applied to all folders that match the path, *C*\MyFolder\MyFolder\AB*, on the target server, ServerA. The policy is applied according to the settings in the file, RtnFolderSettings.xml, which is in the Enterprise Vault folder.

RtnFolder.exe /Policy:"Finance Retention" 
/Target:"\\ServerA\*C*\MyFolder\AB*" 

/Settings: RtnFolderSettings.xml