THIS! Seems like such a necessary UX feature and it baffles me why this was never included. Given the power of AI coding these days, I wonder if even a rudimentary fix could be implemented in the very near future…
Well… I guess its not that easy and changing that would mean some internal overhaul of the way Kopia writes to the target storage. Transfers would probably have to be split into chunks, since you cannot interrupt a single transfer to the storage.
All that would require some additional layer of write management, which would have also take the different backends into account - e.g. how to do that using sftp or s3. I don’t know of an option for chunked transfers using e.g. sftp.
As it turns out, this annoyed me enough last night that I cloned the Kopia repository and had Codex build me the feature (for Mac version). Took less than an hour and I’ve submitted this feature back for consideration. If you’re on Mac, I’m happy to share the DMG file.