This is what I wound up with: A Windows batch file that’s configured as the command to run when an RTS sync completes, which deletes all but the last 25 logs:
@echo off
REM Delete all but 25 newest RTS log files.
pushd "%USERPROFILE%\AppData\Roaming\FreeFileSync\Logs"
for /f "skip=25 delims ...
Search found 9 matches
- 09 Sep 2025, 19:11
- Forum: General Discussion
- Topic: RealTimeSync logs
- Replies: 3
- Views: 181
- 09 Sep 2025, 14:18
- Forum: General Discussion
- Topic: RealTimeSync logs
- Replies: 3
- Views: 181
Re: RealTimeSync logs
Great idea, wish I thought of it! My batch file skills are a bit rusty, but this should be easy.
Thanks!
Thanks!
- 08 Sep 2025, 16:20
- Forum: General Discussion
- Topic: RealTimeSync logs
- Replies: 3
- Views: 181
RealTimeSync logs
I’ve got some directories being monitored by RealTimeSync whose contents are changed many times every day.
In the case of “ffs_batch jobs”, it would be nice if there were a way to control the number of log files retained instead of the number of days . Since a log file is generated every time a ...
In the case of “ffs_batch jobs”, it would be nice if there were a way to control the number of log files retained instead of the number of days . Since a log file is generated every time a ...
- 11 Apr 2025, 20:24
- Forum: Help
- Topic: RealTimeSync and Windows Task Scheduling at system start
- Replies: 3
- Views: 5586
Re: RealTimeSync and Windows Task Scheduling at system start
See https://freefilesync.org/manual.php?topic=realtimesync and https://freefilesync.org/manual.php?topic=rts-as-service
Thank you both for your responses, you guys have been a great help and I certainly appreciate it!
I totally missed the “RTS: Run as Service” button which brings up Plerry’s ...
- 09 Apr 2025, 21:50
- Forum: Help
- Topic: RealTimeSync and Windows Task Scheduling at system start
- Replies: 3
- Views: 5586
RealTimeSync and Windows Task Scheduling at system start
I’m having a problem with keeping RealTimeSync running following system start. It does indeed successfully run as configured in the scheduler when Windows boots and properly backs up the directories it’s watching for changes, but then quits. In my case, I want to keep it running at all times.
I’m ...
I’m ...
- 11 May 2021, 18:41
- Forum: Help
- Topic: Automatic directory creation on mirror drive
- Replies: 5
- Views: 5058
Re: Automatic directory creation on mirror drive
It's absolutely perfect for my needs, thanks much once again for the reply!
- 11 May 2021, 15:25
- Forum: Help
- Topic: Automatic directory creation on mirror drive
- Replies: 5
- Views: 5058
Re: Automatic directory creation on mirror drive
@xCSxXenon: Thanks for the reply!
Wow, looks like configuring things that way would be extremely cumbersome. Actually, what I described in my last post accomplishes exactly what I want, with no filters involved.
I’ve created two configuration files, and have attached FFS screenshots of each ...
Wow, looks like configuring things that way would be extremely cumbersome. Actually, what I described in my last post accomplishes exactly what I want, with no filters involved.
I’ve created two configuration files, and have attached FFS screenshots of each ...
- 10 May 2021, 18:19
- Forum: Help
- Topic: Automatic directory creation on mirror drive
- Replies: 5
- Views: 5058
Re: Automatic directory creation on mirror drive
Ah, I’ve found a much better workaround... Copying the source directory path (naturally without the drive letter), then pasting it at the end of the mirror path.
As in:
Source:
C:\Users\craig\temp-2
Mirror:
[BACKUP AUX]\Users\craig\temp-2
FFS then creates those directories as part of the sync ...
As in:
Source:
C:\Users\craig\temp-2
Mirror:
[BACKUP AUX]\Users\craig\temp-2
FFS then creates those directories as part of the sync ...
- 10 May 2021, 15:28
- Forum: Help
- Topic: Automatic directory creation on mirror drive
- Replies: 5
- Views: 5058
Automatic directory creation on mirror drive
Hello! New user here, thanks for a most excellent program!
I can’t seem to find an answer to this specific question, so please pardon me if I’ve missed it...
I’m testing the mirror option, with the following path configuration:
Source:
C:\Users\craig\temp-2
Mirror:
[BACKUP AUX]\
(by drive ...
I can’t seem to find an answer to this specific question, so please pardon me if I’ve missed it...
I’m testing the mirror option, with the following path configuration:
Source:
C:\Users\craig\temp-2
Mirror:
[BACKUP AUX]\
(by drive ...