I am trying to create a batch script under FreeFileSync just to compare two folders every 24hours.
From what I am seeing I can only compare and sync after, but cannot find a way to avoid the sync part. =/
<Comparison>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Comparison>
<SyncConfig>
<Variant>TwoWay</Variant>
<CustomDirections>
<LeftOnly>none</LeftOnly>
<RightOnly>none</RightOnly>
<LeftNewer>none</LeftNewer>
<RightNewer>none</RightNewer>
<Different>none</Different>
<Conflict>none</Conflict>
</CustomDirections>
<DetectMovedFiles>true</DetectMovedFiles>
<DeletionPolicy>RecycleBin</DeletionPolicy>
<VersioningFolder Style="Replace"/>
</SyncConfig>