NAME
gdcloud database clusters clone - 将 DBCluster 自定义资源克隆到新的 DBCluster。
SYNOPSIS
gdcloud database clusters clone SOURCE DESTINATION [flags]
示例
To clone a DBCluster custom resource with name "postgresql-src-db" to a new DBCluster custom resource "postgresql-dst-db", run:
gdcloud database clusters clone postgresql-src-db postgresql-dst-db \
--point-in-time=2006-01-02T15:04:05Z
必要标志
--point-in-time string defines a past state of the DBCluster to clone (should be RFC 3339 format).
可选标志
--zone string Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.
GDCLOUD 范围标志
所有命令都可以使用以下标志:--configuration、--format、--help、--project、--quiet。
如需了解详情,请参阅gdcloud CLI 参考文档概览页面。