this program needs unattended mode. It is unreasonable to expect that this app loads at launch and is always in memory.
Unattended syncs need to have the following features.
no user interaction needed, i.e. when it figures out what files need to be synced, it does not wait for user input
must run from task scheduler and not require us to leave fullsync running 24/7/365
Actually ALL scheduling in Windows should be handled this way, by creating and removing fullsync events in the task scheduler.
Sounds useful, patches welcome!
Br,
Christoph