Symbolic link handling (Windows since Vista and Linux)


FreeFileSync offers three advanced options to configure processing of Symbolic Links (also called Symlinks or Soft Links). They can be configured directly within a *.ffs_gui/ffs_batch file via a text editor. Only the first option is presented on GUI:


    <IncludeSymlinks>          false          </IncludeSymlinks>
    <TraverseDirectorySymlinks>true </TraverseDirectorySymlinks>
    <CopyFileSymlinks>         false         </CopyFileSymlinks>




On GUI only the first option is available for configuration, while "Traverse Directory Links" is implicitly enabled and "Copy File Links" disabled.



Note: