Hey #rsync experts! I have a large (100GB) Veracrypt partition that I often mount but rarely make changes to. However, it seems like the mere act of mounting this partition changes its mod date, such that rsync wants to recopy it, which takes a long time. How do I avoid this? I don't want to just ignore that file (because I do *sometimes* mod it). Nor do I want to back up its contents in the clear on the backup drive (I want to back up the encrypted partition blob). Ideas?