Professional Data Engineer · Free Practice Question Easy
Question 6
You are uploading several hundred files to Google Cloud using gsutil rsynch. The set of files fails to fully upload. You'd rather not reload files that were successfully uploaded. What command would you use to resume the rsynch operation?
- A The same command that was used initially. Gsutil rsynch will automatically resume.
- B The gsutil rsynch resume command
- C The same command that was used initially and the --resume parameter.
- D The same command that was used initially and the --upload parameter.
Reveal correct answer
Correct answer: A
Explanation
The correct answer is the same command that was initially used. There is no need to specify other parameters to resume a gsutil rsynch command. See https://cloud.google.com/storage/docs/gsutil/commands/rsync
Discussion
Think the marked answer is wrong, or have a better explanation? Share it below — comments appear after review.
You must be logged in to post a comment.
