I have the following XML config file for RealTimeSync that monitors D:\Luca and R:\Luca but I wouldn't like to monitor all the subfolders. Can I add some "exclude" rules as I can do in .ffs_gui files?
<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlType="REAL">
<Directories>
<Item>D:\Luca</Item>
<Item>R:\Luca</Item>
</Directories>
<Delay>60</Delay>
<Commandline>"C:\Program Files\FreeFileSync\FreeFileSync.exe" "D:\Luca\Backup\Luca Frequente su SERVER_LUCA93.ffs_batch"</Commandline>
</FreeFileSync>