Previous Topic: Copying Scanned FilesNext Topic: Categorizing Events


Examples of Copied Files

In the examples below, the FSA or the CFSA scans the C:\MyDocs\Projects folder. This contains the file Q1sales.mpp that you want to copy elsewhere. For these examples:

FSA

The scanning job definition is set up as follows:

<location path="C:\MyDocs"/>
<folders subfolders="yes">
<include>Projects</include>
</folders>
CFSA

The Data In Use Protection folder in the local machine policy is set up to identify C:\MyDocs\Projects\* as the folder you want to scan.

To copy MyProject.mpp to a new location after it has been scanned, you need to edit the relevant settings in the Data At Rest control action as follows:

Example 1: Copy File to Location is set to ' ..\Review'

This is the method we recommend. Again, the target location is outside the scan location defined by the <location> tag in scanning job file.

Example 2: Copy File to Location is set to 'C:\Evaluate'

The target location is C:\Evaluate, a subfolder outside the scan location defined by the <location> tag in the scanning job file.

Example 2: Copy File to Location is set to 'Review'

Important! Avoid this situation!

Here, the target location is interpreted as a subfolder below the original scan location and so the file gets scanned again!

More information:

Copying Scanned Files