This section provides a field where the user can designate an alternate folder to which unmatched files will be moved in order to avoid permanent deletion. This folder path can be typed manually, or selected using the browse button provided to the right of the field. If the designated folder exists, all unmatched files will be moved there, allowing you the opportunity to recover files deleted from the Target. This field also supports File/Folder Path Variables and when used, the current path will be displayed above the field. Beneath this field are path options.
We strongly recommend using a Deletion Folder that is located on the Target host computer. Relocation to an alternate drive or host adds unnecessary processing and bandwidth overhead. For this reason PeerSync uses the following Deletion Folder variables:
%TARGETROOT%
This variable resolves to the root directory of the target path. For example if the target path is \\machine1\c$\Target\Docs, the deletions path %TARGETROOT%\Deletions will resolve to \\machine1\c$\Deletions. This variable is used by default.
%TARGETPARENT%
This variable resolves to the parent directory of the target path. For example if the target path is \\machine1\c$\Target\Docs, the deletions path %TARGETPARENT%\Deletions will resolve to \\machine1\c$\Target\Deletions.
|