Score:0

Does the rsync command will end once it is completed

mc flag

I'm running a command to sync the folder.
I would like to know whether the rsync command will keep on running even if all files are synced.

Since I'm having script

#!/bin/bash

function simSync {

ssh zsclxengcc1d mkdir -p $RESULTS
rsync -avzh --include=d3plot* --include=binout* $SCRATCH/ HOST1:$RESULTS

}
# Sync the Files
simSync

#Run simulation
mpirun   -report-bindings  $SOLVER ncpus=$NCPU i=$IFILE memory=${MEMORY}m memory2=$(($MEMORY/$NCPU))m && cleanup

Does this code start the Sync process and run simulation immediately. I need to end up all progress once run simulation command is completed

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.