Hello,
please consider a option to move destination files that aren't in the source to a user-defined folder. At least for the "Synchronize left-to-right"-mode.
Similar to FreeFileSync:
Hello,
please consider a option to move destination files that aren't in the source to a user-defined folder. At least for the "Synchronize left-to-right"-mode.
Similar to FreeFileSync:
You could use an evaluator-powered copy filter, e.g.
Copy MOVE FILTERDEF =!Exists(Replace(fullpath, "D:\source", "E:\check"))