First Sync does only the half

Get help for specific problems
Posts: 2
Joined: 18 Aug 2021

warmup

Good Morning,
I have a question about syncing multiple directories into a directory that does not yet exist.
(For config see screenshot in the appendix)
/in/1/
/in/2/

syncing to

/out/[1] (1 doesn´t exists on the filesystem)

During the first run, ffs reports that the directory does not exist, but after creating it with ffs only one of the two files is copied and ffs reports, "Error The base folder" / out / 1 "already exists, but was not found during the comparison .
"
After the 2nd run does everything work as expected
Attachments
Bildschirmfoto 2021-08-18 um 07.50.31.jpg
Bildschirmfoto 2021-08-18 um 07.50.31.jpg (79.38 KiB) Viewed 586 times
User avatar
Posts: 4867
Joined: 11 Jun 2019

xCSxXenon

Seems like an edge case that didn't get coded in! The compare phase sees that the destination doesn't exist for each pair, so it queues the creating of them, but the second one errors out because now it does exist! Zenju will have to fix that
Posts: 2
Joined: 18 Aug 2021

warmup

Thank you for this information - had thought of something like that