Hello,
I submit a simple batch script to SLURM which simply tries to rsync a directory
from LocalMachine to RemoteMachine. The rsync command looks like this:
/usr/bin/rsync -a 'username@LocalMachine:/home/username/RunDirectory
/home/username/RunDirectory'
The above rsync command works when I run it at the command line from the
RemoteMachine. However, when I submit the script which contains the rsync
command with sbatch, it fails with an error message:
permission denied, please try again.
Does anyone know why an rsync command might fail from inside a SLURM batch
script?