- Pull data from directory
/s/sdata703/esi1/2011jan01 at Keck to the current
directory on your laptop computer by issuing this command on the
laptop (assuming the laptop is connected to visitor wireless at
Keck):
rsync -avz esi1@puamana.keck.hawaii.edu:/s/sdata703/esi1/2011jan01 .
- Pull data from directory
/s/sdata1001/deimos1/2011jan01 at Keck to directory
~/deimos_data on remote machine
foobar.ucolick.org by issuing this command on the
remote machine (after gain access through Keck firewall):
rsync -avz deimos1@deimosserver.keck.hawaii.edu:/s/sdata1001/deimos1/2011jan01 ~/deimos_data
- Push data from directory
/s/sdata1001/deimos1/2011jan01 at Keck to directory
~/deimos_data on remote machine
foobar.ucolick.org by logging into deimosserver as deimos1 and issuing this command:
rsync -avz /s/sdata1001/deimos1/2011jan01 wiseguy@foobar.ucolick.org:~/deimos_data