skbn icon indicating copy to clipboard operation
skbn copied to clipboard

Improve performance and resilience with tar or rsync-style transfers

Open mcandre opened this issue 3 years ago • 0 comments

Hi,

I noticed that skbn is a bit slow and fragile. The transfers can take hours to complete, and if they are interrupted, then the user is currently required to restart the whole process. Not fun!

Fortunately, this is something that rsync, or even tarballs can improve. Because these tools reduce transfer overhead.

I would like to see skbn behave more like that. Then I can have more confidence that everything is running smoothly in my Kubernetes cluster :)

mcandre avatar May 10 '21 15:05 mcandre