1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00

gcloud: Wed Oct 9 09:55:07 UTC 2024

This commit is contained in:
Automated 2024-10-09 09:55:07 +00:00
parent 489be55d99
commit 4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions

View file

@ -6,6 +6,8 @@ SYNOPSIS
gcloud alpha sql export bak INSTANCE URI
--database=DATABASE,[DATABASE,...], -d DATABASE,[DATABASE,...]
[--async] [--bak-type=BAK_TYPE; default="FULL"] [--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
@ -41,12 +43,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.