UMIACS Servers: Difference between revisions

no edit summary
No edit summary
Line 189: Line 189:
* Make sure you have a recent version of git
* Make sure you have a recent version of git
** E.g. <code>module load git/2.25.1</code>
** E.g. <code>module load git/2.25.1</code>
==Copying Files==
There are 3 ways that I copy files to the scratch drives:
* For small files, you can copy to your home directory under <code>/nfshomes/</code> via SFTP to mbrcsub00. I rarely do this because the home directory is only a few gigs.
* For large files, I typically use <code>rclone</code> to copy to my terpmail Google drive and then copy back to the scratch drives with a cpu-only job.
* For mounting, I have a convoluted system where I start SSHD in a job and port forward the SSH port to my local PC (specifically another SSHD running in a docker container on my local PC). Then I can mount it using SFTP.