CommunityData:Hyak migration (mox to klone): Difference between revisions

From CommunityData
No edit summary
m (Benjamin Mako Hill moved page CommunityData:Hyak Mox migration to CommunityData:Hyak migration (mox to klone) without leaving a redirect)
(No difference)

Revision as of 23:19, 30 July 2024

This page includes resources that are useful for migration of things from mox to klone in 2024.

Winding down mox in 2024

Mox is winding down in Fall 2024, and each person will need to move everything they want to keep to a personal machine, Hyak klone, or to condo. This is a good opportunity for some spring cleaning and file hygiene.

For directories you are responsible for: (1) Wherever possible, delete any files you no longer need; this includes duplicate files, temp files, data that is stored elsewhere or can be easily retrieved, etc. The `du` command will likely be useful here. (2) Zip and compress your directory. (3) Take it off of mox. If it's going to klone, you can do the below. If it's going to condo, there should be a directory somewhere called COLD_STAGING or something similar that you can place it in.

Migrating files

From mox to klone

   mox$ rsync myfile klone.hyak.uw.edu:/gscratch/comdata/users/YOUR_ID/YOUR_DIR
   mox$ rsync -r mydir klone.hyak.uw.edu:/gscratch/comdata/users/YOUR_ID/YOUR_DIR

It will ask you to ssh connect to klone