[BUG] /Logs/*.log do not get deleted

Discuss new features and functions
Posts: 3
Joined: 23 Mar 2016

djot

I set 100 log files to keep. 100 files are created. After that, no new log file is created, because none of the 100 old ones gets deleted.
Posts: 3
Joined: 23 Mar 2016

djot

[WISH] (Are there?) Please provide the possibility to use command line arguments for RealTimeSync.

- batch file (path/filename)

- dirs to watch (should be different to those in the batch file, or only a subset of the ones to sync). Will need some extra GUI-options, where to set the "watched" files/folders. Or at least some new XML nodes in the batch file

- time, waiting for next run

(offtopic)
- Show last run in RealTimeSync window
- (optional) BEEP/play sound when running
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

I set 100 log files to keep. 100 files are created. After that, no new log file is created, because none of the 100 old ones gets deleted.djot
FreeFileSync implements "first in, first out", so the log file that was created first is deleted first, the last created logfile should always be available.
Posts: 3
Joined: 23 Mar 2016

djot

Yeah, I know how it should work. Today it indeed did work. Will investigate that further...