Strange files appear in my Recycle Bin, every time I run FreeFileSync

Discuss new features and functions
User avatar
Posts: 6
Joined: 1 Jun 2017

Sylver Cheetah 53

What's up with that?
User avatar
Posts: 2978
Joined: 22 Aug 2012

Plerry

For different reasons, FreeFileSync (FFS) writes files at the start of its sync or during its sync, that are removed when/after the syncs ends.

This can be a sync.ffs_lock file (see LockDirectoriesDuringSync)

Or it can be one or more temp-files.
Unless you have disabled "Fail-safe file copy" in the FFS GUI Tools / Options, if a file is copied to the opposite side, the existing opposite-side file (if any) is temporarily retained, and only if copying the new file was successful, that retained previous file is deleted, moved to the recycle bin or moved to the versioning location, depending on your "Delete files" method you selected.
FFS uses its (in)famous *.tmp file extension to temporarily effectively have two files (the old one and the new one) of the same name in one and the same (sub)folder.