<div dir="ltr">It could be because TrueCrypt is putting data into an alternate data stream, and some programs won't touch files that have it.<div>On the Windows machine that created the TrueCrypt file, open PowerShell and run 'Get-Item filename -stream *' to see if it has one or more alternate data streams (they will be shown in addition to ':DATA' (regular data stream).</div><div>To see what data is held in any additional alternate data streams, you can then run 'Get-Content filename -stream "name of stream"'</div><div>If it's just description or versioning information, you may be able to remove the alternate data stream completely without affecting TrueCrypt and this could allow rsync to checksum and work with it.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 23 Jun 2024 at 19:05, Mikalai Birukou <<a href="mailto:mb@3nsoft.com">mb@3nsoft.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I want to report the following observation relating rsync and having <br>
checksum or not.<br>
<br>
I have, ... . No. Under my supervision and care there is windows machine <br>
that backs up its data into TrueCrypt bucket/file on external drive. <br>
This file gets copied from drive elsewhere with rsync.<br>
<br>
Well. Apparently, TrueCrypt is doing a good job of hiding, and <br>
timestamps don't change on the file. Size doesn't change by nature of <br>
it. As a result, rsync won't archive it, unless checksum is used.<br>
<br>
Or, if you happen to rsync TrueCrypt buckets/files, you have this <br>
observation to double check is data flow goes as expected.<br>
<br>
<br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
To unsubscribe, send an email to <a href="mailto:kwlug-disc-leave@kwlug.org" target="_blank">kwlug-disc-leave@kwlug.org</a><br>
with the subject "unsubscribe", or email<br>
<a href="mailto:kwlug-disc-owner@kwlug.org" target="_blank">kwlug-disc-owner@kwlug.org</a> to contact a human being.<br>
</blockquote></div>