Create script to only compare folders

Get help for specific problems
Posts: 15
Joined: 20 Sep 2017

SipriusPT

Hello guys,

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>
Posts: 102
Joined: 14 Feb 2015

volker01

i agree with you.
User avatar
Site Admin
Posts: 7283
Joined: 9 Dec 2007

Zenju

Just use a ffs_gui file instead of a ffs_batch file and FreeFileSync will run a comparison without also starting synchronization.
Posts: 15
Joined: 20 Sep 2017

SipriusPT

Just use a ffs_gui file instead of a ffs_batch file and FreeFileSync will run a comparison without also starting synchronization. Zenju, 24 Sep 2017, 13:28
thank you very much Zenju, it works like a charm!

This FreeFileSync is such a massive tool!