*While user quota is unlimited on the scratch storage you should:
Let's explore this now. Once you have successfully logged on try the following commands:
Command:
pwd
Output:
/home/q/rjg20
echo $HOME
echo $SCRATCH
cd $SCRATCH
pwd
If you use the command line on linux you can use scp
to move files from your local machine to and from Balena. The command is used in a similar way to cp
, for instance to copy a file from your current directory to your scratch area:
scp local_file balena.bath.ac.uk:~/scratch
Note that this assumes that you are using your University username on your local machine. If you are not then you need to include this in the command. For instance to copy a file from your current directory on your local machine to Balena:
scp username@balena.bath.ac.uk/my_data .