I have realtime sync running in the background to copy files from the NAS to an external USB, which then uploads to OneDrive. The program is set up to create folders by date, like so:
\\BigData\Stable Diffusion\%year%\%Month% - %MonthName%\%Year%-%Month%-%Day%
It works fine when first starting, creating a folder if it does not exist. However, if the clock moves from 23:59:59 to 00:00:001 between the monitoring period (set to 150 seconds for now), I see a grey icon and an error message that the destination folder does not exist so it can't have files copied to it.
Is there something I should be doing, or a workaround, or is this a program limitation? Considering it
can create folders as needed when starting up, I am not sure what I am doing wrong.