FastCopyLab / FastCopy

173 stars 4 forks source link

VeraCrypt volumes #58

Closed jk-85 closed 2 years ago

jk-85 commented 2 years ago

First: For me FastCopy is the best tool for years now doing what I want. A big thanks for it. I also donated some time ago.

I have some VeraCrypt volumes that I can't copy with "Sync", because the file size and the file date of these volumes does never change. I created manual tasks for them, but it would be great if I could manage to copy these volumes with thousands of other files on-the-fly for backup-reasons. I tried an string with semicolon for these volumes with the "Include" option, but it didn't work as expected.

shirouzu commented 2 years ago

I don't use VeraCrypt so I can't say for sure, but if you unmount the volume before copying, won't the timestamps be updated?

a-raccoon commented 2 years ago

It is a behavior of VeraCrypt, TrueCrypt, etc to falsify the volume container file's timestamp to hide activity. "Say, is this an encrypted file? It says you modified it only 2 hours ago. Please open it for us."

shirouzu commented 2 years ago

I see. In that case, it would be better to use "Copy(Overwrite)" instead of "Sync".

jk-85 commented 2 years ago

Yes, I used Copy(Overwrite) in separated tasks now. For this single usecase of VeraCrypt an additional field would be nice like "copy/overwrite always" or so. Only an idea, but this case seems rare.