Jump to content

How Sync Read Only Folder with FreeFileSync


FunkyBuddha

Recommended Posts

Posted

When you try to sync a read-only folder, you will usually get the following error:

Cannot set directory lock ...
Cannot write file ....\sync.ffs_lock
Error Code 5: Access is denied. (CreateFile)

Solution:

  • Edit GlobalSettings.xml in %AppData%\FreeFileSync
  • Set LockDirectoriesDuringSync to "false"
   
Code:  
Quote
<?xml version="1.0" encoding="UTF-8"?>
<FreeFileSync XmlType="GLOBAL">
    <General>
        <LockDirectoriesDuringSync Enabled="false"/>

 

  • Thanks 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...