mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +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
|
|
@ -3,8 +3,9 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud sql export bak INSTANCE URI --database=DATABASE,[DATABASE,...], -d
|
||||
DATABASE,[DATABASE,...] [--async] [--stripe_count=STRIPE_COUNT]
|
||||
[--[no-]striped] [GCLOUD_WIDE_FLAG ...]
|
||||
DATABASE,[DATABASE,...] [--async] [--bak-type=BAK_TYPE; default="FULL"]
|
||||
[--differential-base] [--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
|
||||
|
|
@ -37,6 +38,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