You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the option 'force' switches the write protection on for the synced file if it allready existed in the destination folder (but with an older timestamp).
That means that the copied file in the dest-folder is now write protected and cant be overwriten the next time the content/timestamp changes.
Hope i was somehow clear :)
I just disabled force and now the sync of updated files works now
i guess its this line:
syncer.py : 404
OS: Windows 10
Thanks for the work!
The text was updated successfully, but these errors were encountered:
Yes, that is somehow clear. I am not sure how I would solve the problem though. Line 404 comes from the original codebase I forked dirsync from, and I would have to dig to find out what to replace the 1638 with.
I would gladly accept a PR to resolve the issue though.
Original report by Anonymous.
Hi there,
the option 'force' switches the write protection on for the synced file if it allready existed in the destination folder (but with an older timestamp).
That means that the copied file in the dest-folder is now write protected and cant be overwriten the next time the content/timestamp changes.
Hope i was somehow clear :)
I just disabled force and now the sync of updated files works now
i guess its this line:
syncer.py : 404
OS: Windows 10
Thanks for the work!
The text was updated successfully, but these errors were encountered: