Synchronize tool: Move files from destination that aren't in the source

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:

1 Like

You could use an evaluator-powered copy filter, e.g.

Copy MOVE FILTERDEF =!Exists(Replace(fullpath, "D:\source", "E:\check"))
2 Likes