Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
305 views
in Technique[技术] by (71.8m points)

amazon web services - Will aws s3 sync stops if I close down the shell from where it runs

  • running aws s3 sync s3://bucket_a s3://bucket_b
  • running it from my machine's iterm shell console
  • bucket_A size is 1.5TB
  • iterm is having high mem pressure
  • because of this I'm unable to keep using my laptop

question: if I close my CLI window - this is, without sending ctrl-c to the command - will the sync process stops?

To me, the aws s3 sync instruction has already been received by aws, so it shouldn't harm...

question from:https://stackoverflow.com/questions/66064447/will-aws-s3-sync-stops-if-i-close-down-the-shell-from-where-it-runs

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

So, just for every other person running the same question, the response is: no, the process does not end if the shell window is closed.

Successfully tested on dev env!


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...