I am trying to rewrite some bash scripts in Python, and specifically am trying to rewrite a line that executes gsutil -m rsync -r /local/path/to/data gs:/path/to/data
. However, I am not able to find any references to rsync
functionality in the Python client library documentation here.
If anyone has solved this, please let me know. If this functionality is not currently implemented in the client library, does anyone know why?
gsutil
is a command line tool and has application-level logic beyond the client library, so not all of the features of gsutil
are available in the client library. gsutil
does not presently consume the google-cloud-python
client library, as that library was developed later.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With