You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

No filesystems from other platforms are cross-mounted, so you will need to copy over what you need.

First of all, make sure you have set up password-less authentication as described in Linux Virtual Desktop VDI: How to connect before proceeding.

For transfers, we recommend using rsync which will transfer the files over an ssh connection.

Example: Transferring a directory tree between ECGATE onto TEMS

You may initiate the transfer from ECGATE:

user@ecgb11:~> rsync -av $SCRATCH/mydataset tems:$SCRATCH/

or alternatively from TEMS:

user@at-login1:~> rsync -av ecgate:$SCRATCH/mydataset tems:$SCRATCH/

Both solutions are equivalent, and can be run multiple times. Only new files will be transferred.

You may add the --delete option if you also wish to delete files on the destination that have been removed from the source.

  • No labels