Monday, December 10, 2007

Copying files using rsync

Use rsync to copy files to files between servers through ssh with continue option:
rsync -P --rsh=ssh from_machine:/path/to/source.file destination/path
-P is the same as '--partial --progress'

No comments: