【发布时间】:2015-05-06 13:53:25
【问题描述】:
我注意到当 gsutil rsync 工作时,如果遇到无法解析的符号链接,它将返回一个非零错误代码:
$ gsutil -m rsync -r -C /my_folder/ gs://my_bucket/
CommandException: Error opening file "file:////my_folder/my_symlink": .
CommandException: 1 files/objects could not be copied/removed.
有什么方法可以在同步期间排除此类符号链接并使 gsutil 返回错误代码 0?
我不知道符号链接的名称。
【问题讨论】:
标签: google-compute-engine gsutil