Go to the U of M home page
School of Physics & Astronomy
School of Physics and Astronomy Wiki

User Tools


classes:2008:fall:astro4001.001:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
classes:2008:fall:astro4001.001:home [2008/09/24 11:48] hegerclasses:2008:fall:astro4001.001:home [2008/10/16 12:50] (current) alex
Line 17: Line 17:
 We want to establish a page on graphical visualization tools as well in section [[graphics]] We want to establish a page on graphical visualization tools as well in section [[graphics]]
  
 +===== Synchronizing Your Files =====
 +
 +Use the ''rsync'' program.  To synchronize directory A from computer aa to computer bb, log in to computer aa and then type
 +
 +  rsync -vaz A my_login@bb:
 +
 +To synchronize into directory B on computer bb type
 +
 +  rsync -vaz A my_login@bb:B
 +
 +You can also mount the directory A from aa at directory B on bb.  To do this, log into computer bb.  Make sure directory B exists.  If not, create it with the command
 +
 +  mkdir B
 +
 +To link the directory, type:
 +
 +  sshfs my_login@aa:A B
 +
 +
 +  
  
classes/2008/fall/astro4001.001/home.1222274896.txt.gz · Last modified: 2008/09/24 11:48 (external edit)