Personal tools
You are here: Home Service Rsync Notes
Document Actions

Rsync Notes

Some rsync notes and examples

Equivalent of CVS update:

 rsync --verbose --progress --stats --compress --rsh=ssh \
   --recursive --times --perms --links --group \
   klaufer@orion.it.luc.edu:/www/gradschool/ gradschool/

Equivalent of CVS commit:

 rsync --verbose --progress --stats --compress --rsh=ssh \
   --recursive --times --perms --links --group \
   gradschool/ klaufer@orion.it.luc.edu:/www/gradschool/