I have four computers that I travel with to do corporate events.
When I get a new presentation or video file I need to copy it to all four
computers.
What I was looking to do was to be able to copy the file (usually from a us
thumb drive) to any of the four computers and have it automatically synced
to the other three.
All four computers are networked to a router and I can see and share files
between them.
I know I need to use Realtimesync to do this but I believe the problem is
that because all four computers are being “watched” I end up with a loop
and the files get written and deleted and then rewritten and deleted … etc.
Here is the batch file I am trying to run:
_____________________________________________________________________________________________________
<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlFormat="3" XmlType="BATCH">
<MainConfig>
<Comparison>
<Variant>TimeAndSize</Variant>
<Symlinks>Follow</Symlinks>
</Comparison>
<SyncConfig>
<Variant>TwoWay</Variant>
<CustomDirections>
<LeftOnly>right</LeftOnly>
<RightOnly>left</RightOnly>
<LeftNewer>right</LeftNewer>
<RightNewer>left</RightNewer>
<Different>none</Different>
<Conflict>none</Conflict>
</CustomDirections>
<DetectMovedFiles>false</DetectMovedFiles>
<DeletionPolicy>Permanent</DeletionPolicy>
<VersioningFolder Style="Replace"/>
</SyncConfig>
<GlobalFilter>
<Include>
<Item>*</Item>
</Include>
<Exclude/>
<TimeSpan Type="None">0</TimeSpan>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
</GlobalFilter>
<FolderPairs>
<Pair>
<Left>D:\CurrentEvent</Left>
<Right>\\Am-03\d\CurrentEvent</Right>
</Pair> <Pair>
<Left>D:\CurrentEvent</Left>
<Right>\\Am-04\d\CurrentEvent</Right>
</Pair> <Pair>
<Left>D:\CurrentEvent</Left>
<Right>\\Am-05\d\CurrentEvent</Right>
</Pair>
</FolderPairs>
<OnCompletion>Close progress dialog</OnCompletion>
</MainConfig>
<BatchConfig>
<HandleError>Ignore</HandleError>
<RunMinimized>true</RunMinimized>
<LogfileFolder Limit="-1"/>
</BatchConfig>
</FreeFileSync>
____________________________________________________________________________________________________________
ANY HELP WOULD BE GREATLY APPRECIATED!
Kevin Dennis
Animatic Media