Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[aeolus #]: rsync -haiv --remove-source-files --progress /fastscratch/myDIR/mysubdir /data/myLAB/users/myDIR/ > ~/logs/syncdata.log


Using rsync over SSH (to replace scp)

Syntax is similar to scp, you add `user@aeolus.wsu.edu:` to either the source or destination you want to be remote. As an example, here it is as the destination for the first example from the beginning of the document.

Code Block
[aeolus #]: rsync -haiv --progress /fastscratch/myDIR/mysubdir user@aeolus.wsu.edu:/data/myLAB/users/myDIR/ > ~/logs/syncdata.log