When I set the software to save the RAMdisk to an image either on shutdown or on a timer, does it re-write the entire file if only part of it has changed?
For example, there's a 2GB SQLite database file in my RAM drive. Part of it has changed, but 99% of the file is unchanged. Will the entire file be re-written to my SSD, or only the changed portion?
Thank you.