
Answer-first summary for fast verification
Answer: The same command initially used. `gsutil rsync` will automatically resume.
The correct answer is **C. The same command initially used. `gsutil rsync` will automatically resume.** When using `gsutil rsync` to upload files to Google Cloud Storage, the operation is designed to automatically resume from the point of failure if interrupted. This means simply reissuing the original command will continue the upload process without needing to re-upload files that were already successfully transferred. - **Option A** is incorrect because there is no specific `resume` command for `gsutil rsync`. - **Option B** is incorrect as there is no `--resume` parameter for `gsutil rsync`. - **Option D** is incorrect because the `--upload` parameter is not applicable in this context; it's used to specify the source directory or bucket for the upload, not to resume an interrupted operation.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
When uploading several hundred files to Google Cloud using gsutil rsync, the operation fails to complete. You wish to resume the upload without re-uploading files that were successfully transferred. Which command should you use to continue the rsync operation?
A
The gsutil rsync resume command
B
The same command initially used, plus the --resume parameter
C
The same command initially used. gsutil rsync will automatically resume.
D
The same command initially used, plus the --upload parameter.
No comments yet.