I'm not sure if it's a FreeFileSync error or incorrect configuration...
Let's imagine that I have 'FOLDER_A' and 'FOLDER_B' and I want the two to always be identical
The 'Two way' option cannot replace the oldest files from 'FOLDER_A' with the newest ones from 'FOLDER_B'. Whenever I try to use RealTimeSync it gives the error 'both sides have changed since last synchronization' and I need to open FreeFileSync to decide manually what should be done (it can't decide automatically).
While the 'Custom' option that manages to update the oldest files from 'FOLDER_A' with the new ones from 'FOLDER_B' (automatically by RealTimeSync) cannot identify deleted files, and ends up creating the deleted file again in the same folder.
There is a way to implement in the program an option that does it together (also by RealTimeSync ignoring errors and deciding automatically):
1 - copy the file from 'FOLDER_A' to 'FOLDER_B' if it doesn't exist (and vice versa)
2 - update the old file from 'PASTA_A' by the newest one from 'PASTA_B' (and vice versa)
3 - remove the file from 'FOLDER_A' if it has been deleted from 'FOLDER_B' (and vice versa)
I use Windows 11 x64 and FreeFileSync_12.1_[Donation_Edition]
Thanks