Displaying 1 result from an estimated 1 matches for "vriw".
Did you mean:
vliw
2001 Nov 14
3
times difference causes write
...total size is 43024 speedup is 1.00
[dmahurin@pc16 /tmp]$ touch x/ls
[dmahurin@pc16 /tmp]$ rsync -vrtW x/ y
building file list ... done
ls
./
wrote 43116 bytes read 36 bytes 86304.00 bytes/sec
total size is 43024 speedup is 1.00
[dmahurin@pc16 /tmp]$ touch x/ls
[dmahurin@pc16 /tmp]$ rsync -vrIW x/ y
building file list ... done
ls
wrote 43116 bytes read 36 bytes 86304.00 bytes/sec
total size is 43024 speedup is 1.00