mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 08:55:34 +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
|
|
@ -3,7 +3,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud sql export bak INSTANCE URI --database=DATABASE,[DATABASE,...], -d
|
||||
DATABASE,[DATABASE,...] [--async] [GCLOUD_WIDE_FLAG ...]
|
||||
DATABASE,[DATABASE,...] [--async] [--stripe_count=STRIPE_COUNT]
|
||||
[--[no-]striped] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Export data from a Cloud SQL instance to a Google Cloud Storage bucket as a
|
||||
|
|
@ -36,6 +37,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