do you mean creating a compressed file such as .zip, .7z and then upload that single file?
if so, it depends on how many individual files and type of remote and internet speed+latency?
for example, i also, use hetzner storagebox.
sftp, can be very slow for lots of small files, but rclone can verify file transfers using checksum.
webdav, can be faster than sftp for lots of small files, but rclone cannot verify file transfers using checksum.
Yes, I exactly mean that. The backup has lots of small files. I was planning on using WebDAV though. In my case, which way should I go? Should I use SFTP & archive?
And what would you recommend for archiving? Should I archive them using a compression method like gzip, pigz etc., should I just send all of these in a single folder or should I just send all of these in a single folder but this time with the gzip compression rclone offers?