[offload-build] Use rsync instead of scp
In my experience, rsync is faster than scp, especially when transferring many small files, where scp pauses between each file.
This might be as easy as replacing scp
with rsync
.
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
In my experience, rsync is faster than scp, especially when transferring many small files, where scp pauses between each file.
This might be as easy as replacing scp
with rsync
.