mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Thu Jan 19 00:56:33 UTC 2023
This commit is contained in:
parent
348d9760ee
commit
1248f773ec
1462 changed files with 51835 additions and 5402 deletions
|
|
@ -5,7 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha sql export bak INSTANCE URI
|
||||
--database=DATABASE,[DATABASE,...], -d DATABASE,[DATABASE,...]
|
||||
[--async] [GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--stripe_count=STRIPE_COUNT] [--[no-]striped]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Export data from a Cloud SQL instance to a Google Cloud Storage
|
||||
|
|
@ -38,6 +39,13 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--stripe_count=STRIPE_COUNT
|
||||
Specifies the number of stripes to use for SQL Server exports.
|
||||
|
||||
--[no-]striped
|
||||
Whether SQL Server export should be striped. Use --striped to enable
|
||||
and --no-striped to disable.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue