I have tried to make the wait time MUCH longer, because when I open certain software, RTS pops up a modal progress dialog in front of the application window. I tried making it delay by times ranging from 75 seconds to 180 seconds, but it always reverts back to 10 seconds, even though I save the job file it's using.
What to do?
RTS- can't change default 10 sec wait
- Posts: 12
- Joined: 13 May 2016
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
You're passing a .ffs_batch file instead of a .ffs_real file. Former is no the native RTS config format but just a short-cut to quickly set up default RTS parameters.
https://freefilesync.org/manual.php?topic=realtimesync
https://freefilesync.org/manual.php?topic=realtimesync
- Posts: 12
- Joined: 13 May 2016
Many thanks! I will try changing it.
- Posts: 12
- Joined: 13 May 2016
I can't make it get a valid configuration. Here's the message I get:
---------------------------
FreeFileSync - Error
---------------------------
File "C:\Users\xxx\Documents\FFS_ALL_BatchRun.ffs_real" does not contain a valid configuration.
---------------------------
OK
---------------------------
SO, after getting this error- I opened the job in FFS, then saved it as "FFS_ALL_BatchRun.ffs_batch". Then I opened it in RTS. Then I saved it as "FFS_ALL_BatchRun.ffs_real". But I still get the error.
---------------------------
FreeFileSync - Error
---------------------------
File "C:\Users\xxx\Documents\FFS_ALL_BatchRun.ffs_real" does not contain a valid configuration.
---------------------------
OK
---------------------------
SO, after getting this error- I opened the job in FFS, then saved it as "FFS_ALL_BatchRun.ffs_batch". Then I opened it in RTS. Then I saved it as "FFS_ALL_BatchRun.ffs_real". But I still get the error.
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Have you looked inside the file? It's probably corrupted.
- Posts: 12
- Joined: 13 May 2016
It seems fine. Here it is:
<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlType="REAL">
<Directories>
<Item>C:\Projects</Item>
<Item>C:\Projects\Stealth_Mouse\Data</Item>
<Item>C:\xyz\AppData\Roaming\LibreOffice\4\user\template</Item>
<Item>C:\xyz\Documents</Item>
<Item>C:\xyz\Documents\Easy-PC\Colour Files</Item>
<Item>C:\xyz\Documents\Easy-PC\Library</Item>
<Item>C:\xyz\Documents\Easy-PC\Technology</Item>
<Item>C:\xyz\Documents\My PaperPort Documents</Item>
<Item>D:\Projects</Item>
<Item>D:\xyz\Documents</Item>
<Item>K:\Configs_from_other _Machines\Libre_Office_Synch_Windows_Machines\4\user\template</Item>
<Item>N:\EasyPC\ACER_easy_pc_Libraries\Colour Files</Item>
<Item>N:\EasyPC\ACER_easy_pc_Libraries\Library</Item>
<Item>N:\EasyPC\ACER_easy_pc_Libraries\Technology</Item>
<Item>O:\PaperPort_Docs</Item>
<Item>P:\Stealth_Mouse\Data</Item>
</Directories>
<Delay>39</Delay>
<Commandline>"C:\Program Files\FreeFileSync\FreeFileSync.exe" "C:\xyz\Documents\FFS_ALL_BatchRun.ffs_real"</Commandline>
</FreeFileSync>
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
You're passing a RTS configuration to FFS which expects a ffs_batch."C:\Program Files\FreeFileSync\FreeFileSync.exe" "C:\xyz\Documents\FFS_ALL_BatchRun.ffs_real"