runt1me / stormcloud

the best backup system
2 stars 0 forks source link

Client and Server support for chunking of file backups #31

Closed runt1me closed 1 year ago

runt1me commented 1 year ago

As discussed in https://github.com/runt1me/stormcloud/issues/30#issuecomment-1364565200, due to recent changes on the server-side to handle bad (non-stormcloud) clients crashing the server, a server-side connection timeout was imposed.

Because of this, we will need to send backup data in chunks to reduce the amount of time it takes for a single transmission to complete. Both the client and the server will need logic to support this.

Estimated story points: 8

runt1me commented 1 year ago

Complete in b774628.