CommunityData:Hyak Mox migration

From CommunityData
Revision as of 01:52, 20 May 2020 by Benjamin Mako Hill (talk | contribs) (Created page with "=== Moving files from ikt to mox === You can copy files at high speed without a password between the Hyak systems using commands like the ones below (instructions from the [h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Moving files from ikt to mox

You can copy files at high speed without a password between the Hyak systems using commands like the ones below (instructions from the Hyak documentation).

From ikt to mox

   ikt1$ hyakbbcp myfile mox1.hyak.uw.edu:/gscratch/comdata/users/YOUR_ID/YOUR_DIR
   ikt1$ hyakbbcp -r mydirectory mox1.hyak.uw.edu:/gscratch/comdata/users/YOUR_DIR

From mox to ikt

   mox1$ hyakbbcp myfile ikt1.hyak.uw.edu:/com/users/YOUR_DIR
   mox1$ hyakbbcp -r mydirectory ikt1.hyak.uw.edu:/com/users/YOUR_DIR