1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-17 14:26:34 +00:00

gcloud: Wed May 7 10:56:18 UTC 2025

This commit is contained in:
Automated 2025-05-07 10:56:18 +00:00
parent b03a332ad8
commit dfebca5b6c
222 changed files with 6775 additions and 1046 deletions

View file

@ -1,5 +1,6 @@
NAME
gcloud alpha lustre instances export-data - export instances
gcloud alpha lustre instances export-data - exports data from Managed
Lustre instance to Cloud Storage
SYNOPSIS
gcloud alpha lustre instances export-data (INSTANCE : --location=LOCATION)
@ -8,17 +9,20 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) export instances
(ALPHA) 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 alpha lustre instances export-data
$ gcloud alpha 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 - Name of the resource. The arguments in this group can
be used to specify the attributes of this resource. (NOTE) Some attributes
are not given arguments in this group but can be set in other ways.
Instance resource - The name of the Managed Lustre instance. The arguments
in this group can be used to specify the attributes of this resource.
(NOTE) Some attributes are not given arguments in this group but can be
set in other ways.
To set the project attribute:
◆ provide the argument instance on the command line with a fully
@ -47,7 +51,9 @@ POSITIONAL ARGUMENTS
REQUIRED FLAGS
--gcs-path-uri=GCS_PATH_URI
URI to a Cloud Storage path in the format: gs://<bucket_name>.
The URI to a Cloud Storage bucket, or a path within a bucket, using the
format gs://<bucket_name>/<optional_path_inside_bucket>/. If a path
inside the bucket is specified, it must end with a forward slash (/).
OPTIONAL FLAGS
--async
@ -55,8 +61,9 @@ OPTIONAL FLAGS
complete.
--lustre-path=LUSTRE_PATH
Root directory path to the Managed Lustre file system, starting with /.
Defaults to / if unset.
The root directory path to the Managed Lustre file system. Must start
with /. Default is /. If you're importing data into Managed Lustre, any
path other than the default must already exist on the file system.
--request-id=REQUEST_ID
UUID to identify requests.