Next:
3.4.1.1 rsync over SSH
Up:
3.4 Code Deployment
Previous:
3.4 Code Deployment
3.4.1 rsync over SSH
We can use rsync instead of SCP for copy files to PlanetLab nodes
Using the -e flag
% rsync -rvaz -e ssh --progress --delete ~/MySoftware sussex_ngn@planet1.cs.huji.ac.il:~/
Using the environment variable
setenv RSYNC_SSH ssh
defined on every Xsession
Subsections
3.4.1.1 rsync over SSH
Next:
3.4.1.1 rsync over SSH
Up:
3.4 Code Deployment
Previous:
3.4 Code Deployment
Ian Wakeman 2005-04-22