Finally took time to learn rsync. Great stuff. Can copy gigs and gigs of files real fast. Learned it from http://www.physics.queensu.ca/Computing/Docs/HOWTOs/rsync/. Basically all I needed to do was:
rsync -av -e ssh username@host:/source/directory/ destination/directory
-a for archive. -v for verbose. -e to specify to use ssh.
Sunday, April 6, 2008
Use rsync to copy files
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment