Encryption Filters
Frank,
There are two possibilities for patching when a delta is sent from the client:
1 - Delta contains new data that needs to be appended at the end
2 - File on the server must be patched somewhere in the middle
The first case scenario is very fast and does not require the entire file to be rewritten.
In the second case, Syncrify rebuilds the file in the TEMP folder, confirms its integrity
by comparing MD5 signatures and then moves it to the final destination. In this case,
there is no choice but to rewrite the entire file. You cannot insert a 1MB block of
data at particular file location without shifting the remaining data 1 MB over.
Regards,
Imran.