1
0
Fork 0
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:
Automated 2023-06-02 10:25:45 +00:00
parent d0919dce4f
commit daa9cea776
199 changed files with 7828 additions and 401 deletions

View file

@ -4,8 +4,9 @@ NAME
SYNOPSIS
gcloud beta sql export bak INSTANCE URI --database=DATABASE,[DATABASE,...],
-d DATABASE,[DATABASE,...] [--async] [--stripe_count=STRIPE_COUNT]
[--[no-]striped] [GCLOUD_WIDE_FLAG ...]
-d DATABASE,[DATABASE,...] [--async]
[--bak-type=BAK_TYPE; default="FULL"] [--differential-base]
[--stripe_count=STRIPE_COUNT] [--[no-]striped] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Export data from a Cloud SQL instance to a Google Cloud Storage
@ -38,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.