
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.