Skip to content
Snippets Groups Projects
Commit e5427ffc authored by Fabian.Jakub's avatar Fabian.Jakub
Browse files

use mkdir to create empty folder as destination for transfer_project

parent 526ebc5d
No related branches found
No related tags found
1 merge request!3Refactor folder structure. Putting configuration files and namelists inside...
......@@ -10,4 +10,5 @@ REMOTE_WORKDIR=${WORKDIR}/
PROJ_FOLDER="%PROJDIR%"
# Transfer the project
ssh ${HPCUSER}@${HPCHOST} mkdir -p ${REMOTE_WORKDIR}/proj
rsync -v -u -r --no-relative ${PROJ_FOLDER}/ ${HPCUSER}@${HPCHOST}:${REMOTE_WORKDIR}/proj
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment