Hello,
If I host files on a CIFS share and the connection is unstable, how does LibreOffice handle incomplete writes? What is the real risk of data corruption?
Hello,
If I host files on a CIFS share and the connection is unstable, how does LibreOffice handle incomplete writes? What is the real risk of data corruption?
You tagged “base”, so this is a question on record-writes in databases?
I think, it doesn’t. It relies on underlying layers (OS) to handle that.
If your connection is unstable, I would assume data corruption ~inevitable.
I would not waste to much time on calculations, as I assume most figures are unknown to you.
PS: In my case (using a database): Most databases use internal systems to check record writes and can revert, if not complete or will not accept an incomplete update (connection loss during write). But this is on writing records, not complete zip-files.