How to synchronize data between TSUBAME and PC

The advantage of the rsync command is that it transfers only the difference. If the transfer is interrupted for any reason, you can start again, or if you run it again after a certain period of time, you can transfer only those files that have changed their content. Data deleted from the source can also be deleted at the destination for complete synchronization.

 An example command is shown below. It's a good idea to check the log or run it multiple times, in case the command fails along the way.

 

Synchronize TSUBAME with the data of the terminal on your local PC.

rsync -auv (source directory) (your login name)@login.t3.gsic.titech.ac.jp:(full path of the destination directory)

Synchronize TSUBAME data to the terminal on your local PC.

rsync -auv (your login name)@login.t3.gsic.titech.ac.jp:(full path of the source directory) (destination directory)