Rsync

  1. Request MobaXterm to be available within OneView.
  2. Start MobaXterm and go to the local terminal, so don't connect to a login node (eg. helios).
  3. Use one of the following commands to move the data:

    • To move data from OneView to the home folder on Gaia use the following command:

      rsync -P <path to file or folder> [p-number]@helios.umcinfra.nl:/home/[p-number]/
      
    • To move data from the home folder in Gaia to your current working directory in OneView, use the following command:

      rsync -P [p-number]@helios.umcinfra.nl:/home/[p-number]/<path to file or folder> ./