gcloud beta bigtable backups copy Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud beta bigtable backups copy - copy a Cloud Bigtable backup to a new backup
- SYNOPSIS
gcloud beta bigtable backups copy(--destination-backup=DESTINATION_BACKUP:--destination-cluster=DESTINATION_CLUSTER--destination-instance=DESTINATION_INSTANCE--destination-project=DESTINATION_PROJECT)(--expiration-date=EXPIRATION_DATE|--retention-period=RETENTION_PERIOD)(--source-backup=SOURCE_BACKUP:--source-cluster=SOURCE_CLUSTER--source-instance=SOURCE_INSTANCE--source-project=SOURCE_PROJECT)[--async][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(BETA)This command creates a copy of a Cloud Bigtable backup.- EXAMPLES
- To copy a backup within the same project, run:
gcloudbetabigtablebackupscopy--source-instance=SOURCE_INSTANCE--source-cluster=SOURCE_CLUSTER--source-backup=SOURCE_BACKUP--destination-instance=DESTINATION_INSTANCE--destination-cluster=DESTINATION_CLUSTER--destination-backup=DESTINATION_BACKUP--expiration-date=2023-09-01T10:49:41ZTo copy a backup to a different project, run:
gcloudbetabigtablebackupscopy--source-backup=projects/SOURCE_PROJECT/instances/SOURCE_INSTANCE/clusters/SOURCE_CLUSTER/backups/SOURCE_BACKUP--destination-backup=projects/DESTINATION_PROJECT/instances/DESTINATION_INSTANCE/clusters/DESTINATION_CLUSTER/backups/DESTINATION_BACKUP--expiration-date=2022-08-01T10:49:41ZTo set retention period and run asyncronously, run:
gcloudbetabigtablebackupscopy--source-backup=projects/SOURCE_PROJECT/instances/SOURCE_INSTANCE/clusters/SOURCE_CLUSTER/backups/SOURCE_BACKUP--destination-backup=projects/DESTINATION_PROJECT/instances/DESTINATION_INSTANCE/clusters/DESTINATION_CLUSTER/backups/DESTINATION_BACKUP--retention-period=2w--async - REQUIRED FLAGS
- Backup resource - The destination backup to copy to. The arguments in this groupcan be used to specify the attributes of this resource.
This must be specified.
--destination-backup=DESTINATION_BACKUP- ID of the backup or fully qualified identifier for the backup.
To set the
backupattribute:- provide the argument
--destination-backupon the command line.
This flag argument must be specified if any of the other arguments in this groupare specified.
- provide the argument
--destination-cluster=DESTINATION_CLUSTER- Bigtable cluster for the backup.
To set the
clusterattribute:- provide the argument
--destination-backupon the command line witha fully specified name; - provide the argument
--destination-clusteron the command line.
- provide the argument
--destination-instance=DESTINATION_INSTANCE- Bigtable instance for the backup.
To set the
instanceattribute:- provide the argument
--destination-backupon the command line witha fully specified name; - provide the argument
--destination-instanceon the command line; - provide the argument
--source-instanceon the command line.
- provide the argument
--destination-project=DESTINATION_PROJECT- Project ID of the Google Cloud project for the backup.
To set the
projectattribute:- provide the argument
--destination-backupon the command line witha fully specified name; - provide the argument
--destination-projecton the command line; - provide the argument
--source-projecton the command line; - provide the argument
--projecton the command line; - set the property
core/project.
- provide the argument
- Exactly one of these must be specified:
--expiration-date=EXPIRATION_DATE- Expiration time of the backup, must be at least 6 hours and at most 30 days fromthe time the source backup is created. See
$gcloud topic datetimesfor information on date/time formats. --retention-period=RETENTION_PERIOD- Retention period of the backup relative from now, must be at least 6 hours andat most 30 days from the time the source backup is created. See
$gcloud topic datetimesfor information on duration formats.
- Backup resource - The source backup to copy from. The arguments in this groupcan be used to specify the attributes of this resource.
This must be specified.
--source-backup=SOURCE_BACKUP- ID of the backup or fully qualified identifier for the backup.
To set the
backupattribute:- provide the argument
--source-backupon the command line.
This flag argument must be specified if any of the other arguments in this groupare specified.
- provide the argument
--source-cluster=SOURCE_CLUSTER- Bigtable cluster for the backup.
To set the
clusterattribute:- provide the argument
--source-backupon the command line with afully specified name; - provide the argument
--source-clusteron the command line.
- provide the argument
--source-instance=SOURCE_INSTANCE- Bigtable instance for the backup.
To set the
instanceattribute:- provide the argument
--source-backupon the command line with afully specified name; - provide the argument
--source-instanceon the command line; - provide the argument
--destination-instanceon the command line.
- provide the argument
--source-project=SOURCE_PROJECT- Project ID of the Google Cloud project for the backup.
To set the
projectattribute:- provide the argument
--source-backupon the command line with afully specified name; - provide the argument
--source-projecton the command line; - provide the argument
--destination-projecton the command line; - provide the argument
--projecton the command line; - set the property
core/project.
- provide the argument
- Backup resource - The destination backup to copy to. The arguments in this groupcan be used to specify the attributes of this resource.
- OPTIONAL FLAGS
--async- Return immediately, without waiting for the operation in progress to complete.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details. - NOTES
- This command is currently in beta and might change without notice. Thesevariants are also available:
gcloudbigtablebackupscopygcloudalphabigtablebackupscopy
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.