i assume because it is the windows c: driveErrors and warnings:
________________________________________
[1:01:01 AM] Warning: Cannot set directory locks for the following folders:
Cannot write file "C:\sync.ffs_lock".
ERROR_ACCESS_DENIED: Access is denied. [CreateFile]
________________________________________
however, in my sync task i do not actually sync anything in the root c folder.
The sync task is configured like this:
note thatSource folder: C:\
destination folder: Z:\
include:
\some\folder
\some\other\folder
exclude: none
is not included. all the folders that are included sync fine and do not generate a warning*
my question is why is ffs trying to write a lock file in the root folder even though nothing in the root folder is being synced?
and suggestion it should only write to locations that are actually being synced
thanks!