Hello,
in lhe jobs list frame of the ffs gui, the shown last sync time and status seems only change for manually started jobs.
Is it possible to show the results of this jobs that run via scheduled task?
last sync and status result of batch jobs shown in ffs gui not correct
- Posts: 3
- Joined: 18 Oct 2018
- Site Admin
- Posts: 7285
- Joined: 9 Dec 2007
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
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
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?
- Site Admin
- Posts: 7285
- Joined: 9 Dec 2007
Maybe it's the same problem: viewtopic.php?t=5761
- Posts: 3
- Joined: 18 Oct 2018
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.