How to efficiently copy files between compute servers using ssh and rsync
1. Setup ssh keys using the command "ssh-keygent -t ed25519" and add the public key /home/user/.ssh/id_ed25519.pub in project settings. 2. Use the command "rsync -axvH scratch/ compute-server-n:scratch/" to copy the files from one server to another using rsync.