Added tar.gz support for folder upload.#31
Added tar.gz support for folder upload.#31AdallomRoy wants to merge 3 commits intocoderanger:masterfrom AdallomRoy:master
Conversation
|
How does this compare to rsync and what kind of latency is there on your connection? |
|
Hi, I haven't compared it to rsync, since rsync is required to be installed @ the remote, while I'm using the base Azure Linux image and it's not installed there (as opposed to tar which comes with the basic Linux image), so it's irrelevant for me. Roy. |
|
Would love to have this merged, +1 |
|
Hi @coderanger, Thanks |
|
Any update on this? |
1 similar comment
|
@coderanger ?????? |
When first uploading files (no directory @ remote), it's MUCH more efficient to tar.gz files @ local, upload the archive and unzip it @ the remote.
For comparison, some 170 seconds uploads cut down to 1-2 seconds during my tests. (more than x100)
It still falls back to using parallel upload for single files or if it fails in one of the steps.