Can't see files

Get help for specific problems
Posts: 1
Joined: 8 Aug 2016

rainer

Hi.

Sorry for my bad english, I'm german. ;-)

I made a backup-job with freefilesync 8.3 with Windows 10. It works good. But now I can't see the copied files at the server with Windows-Explorer. The server ist at strato.de, called HiDrive. With the filemanager of HiDrive, I can see all files. So I know, they are there.

What is wrong in my settings?

--------------------- copy ------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlFormat="5" XmlType="BATCH">
<MainConfig>
<Comparison>
<Variant>TimeAndSize</Variant>
<Symlinks>Exclude</Symlinks>
<IgnoreTimeShift/>
</Comparison>
<SyncConfig>
<Variant>Update</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>RecycleBin</DeletionPolicy>
<VersioningFolder Style="Replace"/>
</SyncConfig>
<GlobalFilter>
<Include>
<Item>*</Item>
</Include>
<Exclude>
<Item>\System Volume Information\</Item>
<Item>\$Recycle.Bin\</Item>
<Item>\RECYCLER\</Item>
<Item>\RECYCLED\</Item>
<Item>*\desktop.ini</Item>
<Item>*\thumbs.db</Item>
</Exclude>
<TimeSpan Type="None">0</TimeSpan>
<SizeMin Unit="None">0</SizeMin>
<SizeMax Unit="None">0</SizeMax>
</GlobalFilter>
<FolderPairs>
<Pair>
<Left>D:\Webs</Left>
<Right>N:\Webs</Right>
</Pair>
<Pair>
<Left>D:\genea</Left>
<Right>N:\genea</Right>
</Pair>
<Pair>
<Left>D:\Daten2</Left>
<Right>N:\Daten2</Right>
</Pair>
<Pair>
<Left>D:\Daten</Left>
<Right>N:\Daten\</Right>
</Pair>
</FolderPairs>
<OnCompletion/>
</MainConfig>
<BatchConfig>
<HandleError>Ignore</HandleError>
<RunMinimized>false</RunMinimized>
<LogfileFolder Limit="-1"/>
</BatchConfig>
</FreeFileSync>
---------------------------------- ende ------------------------------------

Thanks for help .... Rainer