In version 10.2 there was a parameter Limit="1" that you can add to the
<LogFolder Limit="1">%UserProfile%\AppData\Roaming\FreeFileSync\Logs</LogFolder>
Am I missing something and if I'm not why it was removed? It was VERY practical solution.
<LogFolder Limit="1">%UserProfile%\AppData\Roaming\FreeFileSync\Logs</LogFolder>
It probably makes sense to both override log file folder and limit at a folder-pair level. There are a number of other global settings that sometimes require a more fine-grained control. Perhaps FFS should allow for that via a hidden-by-default panel named "Expert Settings", reachable via the sync config dialog.Days or number of files doesn't really matter to me. It is mainly the fact that you can't do it on a per-session. BigWillie, 08 Aug 2019, 12:48
FFS offers the %logfile_path% macro inside the "on completion" command. But nobody knows this, so it might as well not exist. Any ideas on how to improve this?I need only one log file per job so that I can send it over email when the job is finished... zxcslo, 08 Aug 2019, 16:46
There is a good reason! If I have a limit by days, the logfiles I am interested in might already have gone and deleted. If I have a count like 3 - I can always inspect the last 3 log files and dont have to care and clean the others up. Please put this feature back - on a session basis.Whats wrong with having the limit by days instead of count? Is it really needed to customize the limit per each sync job? Zenju, 08 Aug 2019, 07:43
That could work for me, I really think it is just a matter of putting back what was removed. I am not sure how feasible that is since some of that code has changed. That's really all I am asking, it sounds like we are trying to way over-complicate the matter when this is functionality that was already there.It probably makes sense to both override log file folder and limit at a folder-pair level. There are a number of other global settings that sometimes require a more fine-grained control. Perhaps FFS should allow for that via a hidden-by-default panel named "Expert Settings", reachable via the sync config dialog. Zenju, 22 Aug 2019, 20:20
+1That could work for me, I really think it is just a matter of putting back what was removed. I am not sure how feasible that is since some of that code has changed. That's really all I am asking, it sounds like we are trying to way over-complicate the matter when this is functionality that was already there. BigWillie, 25 Sep 2019, 15:18
Zenju, thank you for the excellent program and your time and attention to user discussion and requests. As some have pointed out, limiting by count may help sometimes. Since it was changed, you have code for either. Providing a switch (even if hidden) to let the user decide, should satisfy more users.Whats wrong with having the limit by days instead of count? Is it really needed to customize the limit per each sync job? Zenju, 08 Aug 2019, 07:43
Not having found a better alternative, so far this has been working for me. There are at least a couple of considerations though. First, of course, this only helps if calling FFS in some way via the command line.as a workaround, I may try setting up settings files with different limits, to call via command line. Does someone know an easier way to do this in 10.3+? jcallenj, 28 Oct 2019, 18:27