Hi
I have one realtime sync running for syncing one folder to another but I can't figure out how to run another realtime sync to sync completely different folder to completely different folder? Basically this second one will be independent of the currently running one.
thanks
How to use multiple realtime syncs?
- Posts: 4
- Joined: 18 Jan 2025
- Posts: 4195
- Joined: 11 Jun 2019
Just do the same setup process with the different folders. I have five running on my computer fine
- Posts: 4
- Joined: 18 Jan 2025
Thanks but I don't understand how I can make them start during the reboot? When I click on the realtime sync exe it starts with the last profile.
- Posts: 4
- Joined: 18 Jan 2025
I guess my issue is that I dont understand how to make a custom profile/.bat for the realtime sync. The first one was easy because I just opened it in it and put it in the startup. I will appreciate any directions to solve the issue. thanks
- Posts: 2517
- Joined: 22 Aug 2012
You save your different RTS configurations from the RTS GUI via the File menu; each configuration under a different *.ffs_real file-name.
You invoke each of the RTS configurations similar to how you invoke your present single RTS configuration: manually, by placing the command in the autostart folder, or using the task scheduler (see here).
You invoke each of the RTS configurations similar to how you invoke your present single RTS configuration: manually, by placing the command in the autostart folder, or using the task scheduler (see here).
- Posts: 4
- Joined: 18 Jan 2025
Thanks