Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

spaceballl

macrumors 68030
Original poster
Nov 2, 2003
2,941
365
San Francisco, CA
I want to do a file transfer from my laptop to another laptop, to the time machine drive, etc.

I can just stopwatch these but is there a terminal command or something that I can use to time it officially? Thanks!
 
I want to do a file transfer from my laptop to another laptop, to the time machine drive, etc.

I can just stopwatch these but is there a terminal command or something that I can use to time it officially? Thanks!

rsync will give you some nice stats. You could always write a quick shell script to do this too:

date
scp bob bob@bob:/bob
date

of course you would have to enter the password or do a private key exchange for that to work.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.