last sync and status result of batch jobs shown in ffs gui not correct

Get help for specific problems
Posts: 3
Joined: 18 Oct 2018

use_ffs

Hello,

in lhe jobs list frame of the ffs gui, the shown last sync time and status seems only change for manually started jobs.
ffs-gui.png
ffs-gui.png (29.32 KiB) Viewed 758 times
Is it possible to show the results of this jobs that run via scheduled task?
ffs-logs.png
ffs-logs.png (30.21 KiB) Viewed 758 times
User avatar
Site Admin
Posts: 7285
Joined: 9 Dec 2007

Zenju

This should already be the case, unless your scheduled tasks use a different location for GlobalSettings.xml:

https://freefilesync.org/manual.php?topic=schedule-batch-jobs
If you schedule FreeFileSync to run under a different user account, note that settings (e.g. GlobalSettings.xml) will also be read from a different path, C:\Users\<username>\AppData\Roaming\FreeFileSync, or in the case of the SYSTEM account from C:\Windows\System32\config\systemprofile\AppData\Roaming\FreeFileSync.
Posts: 3
Joined: 18 Oct 2018

use_ffs

i have verified that the scheduled tasks run under the same user and should access the same GlobalSettings.xml. The logfiles of the batch jobs and of the jobs started via GUI were created in the correct same path (%APPDATA%\FreeFileSync\Logs). Any idea what ist wrong?
User avatar
Site Admin
Posts: 7285
Joined: 9 Dec 2007

Zenju

Maybe it's the same problem: viewtopic.php?t=5761
Posts: 3
Joined: 18 Oct 2018

use_ffs

oh sorry, it was my mistake. I had copied the job files to another path and edited with xml editor directly. So the scheduled tasks used other task files than are visible in the gui. Now all is right. Thank you.