mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 08:27:05 +00:00
gcloud: Fri Jun 2 10:25:45 UTC 2023
This commit is contained in:
parent
d0919dce4f
commit
daa9cea776
199 changed files with 7828 additions and 401 deletions
|
|
@ -5,8 +5,8 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud alpha sql export bak INSTANCE URI
|
||||
--database=DATABASE,[DATABASE,...], -d DATABASE,[DATABASE,...]
|
||||
[--async] [--stripe_count=STRIPE_COUNT] [--[no-]striped]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--async] [--bak-type=BAK_TYPE; default="FULL"] [--differential-base]
|
||||
[--stripe_count=STRIPE_COUNT] [--[no-]striped] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Export data from a Cloud SQL instance to a Google Cloud Storage
|
||||
|
|
@ -39,6 +39,14 @@ OPTIONAL FLAGS
|
|||
Return immediately, without waiting for the operation in progress to
|
||||
complete.
|
||||
|
||||
--bak-type=BAK_TYPE; default="FULL"
|
||||
Type of bak file that will be exported, FULL or DIFF. SQL Server only.
|
||||
BAK_TYPE must be one of: FULL, DIFF.
|
||||
|
||||
--differential-base
|
||||
Whether the bak file export can be used as differential base for future
|
||||
differential backup. SQL Server only
|
||||
|
||||
--stripe_count=STRIPE_COUNT
|
||||
Specifies the number of stripes to use for SQL Server exports.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue