To make the migration easier, HPC has mounted the volumes on torch

under  dtn:/torch.


Ssh to greene and then do the following.


ssh dtn

mkdir dotfiles-orig

mv .??* dotfiles-orig


cd /home 

date ; rsync -am --stats your-netid/ /torch/home/your-netid/ ; date


cd /archive

date ; rsync -am --stats your-netid/ /torch/archive/your-netid/ ; date


cd /scratch

date ; rsync -am --stats your-netid/ /torch/scratch/your-netid/ ; date


where your-netid is your nyu netid.