Campuses:
We want to establish a page on graphical visualization tools as well in section graphics
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