One Quickie


Rsyncing a directory hierarchy from one machine to another (Unix->General)
I'm moving a bunch of movie files from one machine to another. I used this rsync command to copy it from the remote machine to the local one to the directory /Volumes/Media2
% rsync -avz -e ssh --progress 'biggun.local:/Volumes/Video/AppleTV\ Videos/Exercise' /Volumes/Media2
I can never remember what the flags mean, so:



borkware home | products | miniblog | rants | quickies | cocoaheads
Advanced Mac OS X Programming book

webmonster@borkware.com