command line "/mirrorback" mode does not update "date modified" of source files
A folder sync tool with encryption
Brought to you by:
steveking
Note: everything described below applies to command line mode only. GUI doesn't seem to have this bug
I want two source folders synced with an encrypted folder. Call them "src1", "src2", and "dst".
Steps to recreate this bug:
Incorrect timestamps have severe negative impact on future syncing.
Hope this can be fixed soon.
CryptSync 1.2.7.338
Windows 7 Professional SP1
Turns out this issue is not specific to command line, but all decrypt operations in full scans. File sync on individually detected file changes don't have this issue.
I fixed it by changing line 701 in FolderSync.cpp from
to
Last edit: Flying Hawk 2017-06-12
Very nasty when syncing two computers..
Will it be fixed soon in the installer versions?
Mathias
I've published my "personal version" on GitHub. Installers can be downloaded on the releases page.
It fixes this issue. But also comes with some other personal tweaks that might not be what you want.