Closed Argimko closed 4 months ago
the problem here is that you want to copy files with the .cryptsync extension. That extension is used for the encrypted files. As soon as the file test.png.cryptsync was copied to the dest folder, it get's treated as an encrypted file for test.png.
Just don't mess around with .cryptsync files.
Hi Stefan, thank you for fixing #105 - it works well now! :)
I have found another issue, I think.
I have folders:
D:\Desktop\src
withtest.png.cryptsync
fileD:\Desktop\dst
is emptyNow I want to mirror files:
from
->to
with pass, and skip encrypting*.cryptsync
. So I run:"%PROGRAMW6432%\CryptSync\CryptSync.exe" /src:"D:\Desktop\src" /dst:"D:\Desktop\dst" /cpy:"*.cryptsync" /pw:"1" /mirror /logpath:"D:\Desktop\log1.txt"
(*)Please, follow this:
log1.txt
does not exists or emptytest.png.cryptsync
tosrc
folder. Folderdst
is emptyD:\Desktop\src\test.png.cryptsync
->D:\Desktop\dst\test.png.cryptsync
log1.txt
unchangedD:\Desktop\dst\test.png.cryptsync
was removed.My log file is:
The issue reproduced with CryptSync v1.4.4.462 and with not released master branch with the last commit 56efb2e.
Thank you!