mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-15 17:35:31 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -1,5 +1,6 @@
|
|||
NAME
|
||||
gcloud lustre instances export-data - export instances
|
||||
gcloud lustre instances export-data - exports data from Managed Lustre
|
||||
instance to Cloud Storage
|
||||
|
||||
SYNOPSIS
|
||||
gcloud lustre instances export-data (INSTANCE : --location=LOCATION)
|
||||
|
|
@ -8,12 +9,14 @@ SYNOPSIS
|
|||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
export instances
|
||||
Exports data from Managed Lustre instance to Cloud Storage.
|
||||
|
||||
EXAMPLES
|
||||
To export all instances, run:
|
||||
To export data from my-instance to gs://my-bucket storage run:
|
||||
|
||||
$ gcloud lustre instances export-data
|
||||
$ gcloud lustre instances export-data my-instance \
|
||||
--location=us-central-a --gcs-path-uri=gs://my-bucket \
|
||||
--lustre-path='/path/to/lustre/dir'
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Instance resource - The name of the Managed Lustre instance. The arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue