google-cloud-powershell
google-cloud-powershell copied to clipboard
Create Sync-GcsBucket cmdlet with semantics like gsutil rsync
gsutil rsync
synchronizes the contents of two buckets/directories. Essentially taking two object paths (source and dest) and then copies/deletes all objects under those paths until dest matches source.
Seems like a reasonable feature to add. Though not GA-blocking (hence the enhancement
tag.)
See: https://cloud.google.com/storage/docs/gsutil/commands/rsync
https://msdn.microsoft.com/en-us/library/system.management.automation.verbsdata.sync(v=vs.85).aspx
any updates on this? I agree, it is a very desirable feature to have.
@jquinter thanks for the request, we are looking into this.
Ping? Was this done?
@ivannaranjo This cmdlet is not created yet.