To start replication from the primary disk 'example-disk-1' in zone us-east1-a to the secondary disk 'example-disk-2' in zone us-west1-a, run:
gdcloud compute disks start-async-replication example-disk-1 \
--project example-project \
--zone us-east1-a \
--secondary-disk example-disk-2 \
--secondary-zone us-west1-a
필수 플래그
--secondary-zone string Zone of the secondary disk for asynchronous replication.
선택적 플래그
--secondary-disk string Secondary disk for asynchronous replication.
--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).
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[],[],null,["# gdcloud compute disks start-async-replication\n\nNAME\n----\n\ngdcloud compute disks start-async-replication - Start async replication on a virtual machine disk. This command must be invoked on the primary disk and --secondary-disk must be provided.\n\nSYNOPSIS\n--------\n\n gdcloud compute disks start-async-replication DISK_NAME [flags]\n\n### EXAMPLES\n\n To start replication from the primary disk 'example-disk-1' in zone us-east1-a to the secondary disk 'example-disk-2' in zone us-west1-a, run:\n\n gdcloud compute disks start-async-replication example-disk-1 \\\n --project example-project \\\n --zone us-east1-a \\\n --secondary-disk example-disk-2 \\\n --secondary-zone us-west1-a\n\n### REQUIRED FLAGS\n\n --secondary-zone string Zone of the secondary disk for asynchronous replication.\n\n### OPTIONAL FLAGS\n\n --secondary-disk string Secondary disk for asynchronous replication.\n --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.\n\n### GDCLOUD WIDE FLAGS\n\nThese flags are available to all commands: `--configuration`, `--format`, `--help`, `--project`, `--quiet`.\n\nFor more information, see the [gdcloud CLI reference overview](/distributed-cloud/hosted/docs/latest/appliance/resources/gdcloud-reference/gdcloud) page."]]