Linux file copy benchmark rsync vs cpio vs cp vs tar
http://blog.mudy.info/2010/07/linux-file-copy-benchmark-cp-vs-cpio-vs-tar-vs-rsync/
Interesting per se, but not of much relevance for the TC backup mechanism for more than one reason:
1. The biggest part of time used for the TC backup is due to compression - as opposed to simple copying or uncompressed archiving.
2. Several options used in this test are not applicable to the busybox version of these apps.
3. rsync seems to be no longer in base - as opposed to mentioned in an earlier post in this thread.
What could be of more relevance for the backup would be benchmarks for compression (time versus size trade-off). But then there also the choices within TC base would be limited.