Can the initial backscan be skipped?
When the Stairwell forwarder is first installed, it does a full scan of all volumes on your system. Although it is not recommended, you can configure the forwarder to skip the initial backscan.
Important: If you skip the initial backscan, files will only appear within Stairwell as they are written, modified, or executed.
Windows
UI Installation
In the UI, uncheck the Perform Initial Scan checkbox to skip the initial backscan.
Command Line Installation
From the command line, you can pass DOSCAN=0 to skip the initial backscan.
.\\InceptionForwarderBundle.exe TOKEN="\<AUTH_TOKEN>" ENVIRONMENT_ID="\<ENV_ID>" DOSCAN=0 /quiet /norestart /log C:\\stairwell.log
Updated 3 months ago