mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-09 02:55:19 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
|
|
@ -4,8 +4,9 @@ NAME
|
|||
SYNOPSIS
|
||||
gcloud sql export bak INSTANCE URI --database=DATABASE,[DATABASE,...], -d
|
||||
DATABASE,[DATABASE,...] [--async] [--bak-type=BAK_TYPE; default="FULL"]
|
||||
[--differential-base] [--stripe_count=STRIPE_COUNT] [--[no-]striped]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
[--differential-base] [--export-log-end-time=EXPORT_LOG_END_TIME]
|
||||
[--export-log-start-time=EXPORT_LOG_START_TIME]
|
||||
[--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
|
||||
|
|
@ -40,12 +41,24 @@ OPTIONAL FLAGS
|
|||
|
||||
--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.
|
||||
BAK_TYPE must be one of: FULL, DIFF, TLOG.
|
||||
|
||||
--differential-base
|
||||
Whether the bak file export can be used as differential base for future
|
||||
differential backup. SQL Server only
|
||||
|
||||
--export-log-end-time=EXPORT_LOG_END_TIME
|
||||
Optional flag. The end time of the transaction log files that are
|
||||
included in the export file. Use this flag to export transaction logs
|
||||
for Cloud SQL for SQL Server only. Format: YYYY-MM-DDTHH:MM:SSZ, UTC
|
||||
timezone only.
|
||||
|
||||
--export-log-start-time=EXPORT_LOG_START_TIME
|
||||
Optional flag. The start time of the transaction log files that are
|
||||
included in the export file. Use this flag to export transaction logs
|
||||
for Cloud SQL for SQL Server only. Format: YYYY-MM-DDTHH:MM:SSZ, UTC
|
||||
timezone 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