mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Mon Oct 23 11:10:08 UTC 2023
This commit is contained in:
parent
c30bb7b4ce
commit
a15665661a
123 changed files with 3724 additions and 306 deletions
|
|
@ -72,7 +72,7 @@ EXAMPLES
|
|||
$ gcloud storage rsync dir1 dir2 --recursive - \
|
||||
--delete-unmatched-destination-objects
|
||||
|
||||
To mirror your content across cloud providers:
|
||||
To mirror your objects across cloud providers:
|
||||
|
||||
$ gcloud storage rsync gs://my-gs-bucket s3://my-s3-bucket \
|
||||
--recursive --delete-unmatched-destination-objects
|
||||
|
|
@ -129,7 +129,8 @@ FLAGS
|
|||
|
||||
--delete-unmatched-destination-objects
|
||||
Delete extra files under DESTINATION not found under SOURCE. By default
|
||||
extra files are not deleted.
|
||||
extra files are not deleted. Managed folders are not affected by this
|
||||
flag.
|
||||
|
||||
Note: this option can delete data quickly if you specify the wrong
|
||||
source and destination combination.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue