[BUG] /Logs/*.log do not get deleted
- Posts: 3
- Joined: 23 Mar 2016
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
[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
- 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
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
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.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
- Posts: 3
- Joined: 23 Mar 2016
Yeah, I know how it should work. Today it indeed did work. Will investigate that further...