Comparison · Zadara

Every Way to Migrate to Zadara — Compared

Z-Move Team April 2026 9 min read Z-Move · Zadara V2Z · Cirrus Data · Manual

If you're moving workloads to Zadara, you have more options than most people realize. This comparison covers every mainstream approach: Z-Move, Zadara's own V2Z tool, Cirrus Data, and Zadara's manual migration guide. Each has a legitimate use case — and each has limitations that matter in production.

The four tools at a glance

Z-Move
by Z-Move (zmove.io)
Agentless cloud VM migration engine. Moves VMs between Zadara, AWS, and Azure using cloud APIs and ephemeral workers. $0.05/GB.
Any cloud → Zadara Zadara → Any cloud
Zadara V2Z
by Zadara Storage (official tool)
VMware/Hyper-V to zCompute migration tool. Uses NFS or vSphere API to convert and import VMDK files. Requires Zadara Ops coordination.
VMware/Hyper-V → Zadara only
Cirrus Data
by Cirrus Data Solutions
Storage migration platform with "zero footprint" block-level migration. Near-zero downtime, live data mobility. Focuses on storage, not cloud VMs.
Storage/block-level focus
Manual (qemu-img / virt-v2v)
Recommended in Zadara's own blog
Export VHD/VMDK, convert with qemu-img or virt-v2v, upload to Zadara Object Storage. Free but requires VM downtime and technical expertise.
Manual · Requires downtime

Side-by-side feature comparison

Feature Z-Move Zadara V2Z Cirrus Data Manual (qemu-img)
Agent required on source VM Zero agents ~ Tool install required Zero footprint No agent (but VM must stop)
VM downtime required No downtime during transfer Z-Move wins ~ Snapshot-based (brief quiesce) Near-zero downtime VM must be stopped
Supported source clouds Zadara, AWS, Azure Z-Move wins VMware vCenter/ESXi, Hyper-V only Any block storage source Any (manual export)
Supported target Zadara, AWS, Azure Zadara zCompute only Zadara (primary use case) Zadara zCompute
Works for AWS → Zadara Tested in production VMware/Hyper-V only ~ Possible (block-level) ~ Manual export possible
Works for Azure → Zadara API-based Not supported ~ Possible (block-level) ~ VHD export + convert
Intercontinental migration Tested: Angola → US, US → Africa ~ Possible via NFS (slow) ~ Network dependent Limited by bandwidth/tooling
SAP HANA / multi-disk support 7-disk SAP HANA in production ~ Possible, disk-by-disk ~ Block-level — possible Complex, error-prone at scale
Coordination with Zadara Ops team Self-service Required for NFS setup ~ Not specified Self-service
Disk format conversion required Automatic Automatic (virt-v2v) Automatic Manual (qemu-img / virt-v2v)
Post-migration infra cleanup Auto-destroyed every job ~ Manual importer VM cleanup ~ Not specified No infra (manual process)
Pricing model $0.05/GB — transparent Free (included with Zadara) Not disclosed publicly Free (your time + storage)
Ideal for Cloud-to-cloud migrations (AWS, Azure, Zadara) VMware/Hyper-V environments moving to Zadara Large-scale storage migrations 1-2 small VMs, technical teams

Detailed profiles

Z-Move

by Z-Move · zmove.io · $0.05/GB

Z-Move operates entirely at the cloud API layer. It authenticates with your source and target clouds, provisions ephemeral workers to handle the data transfer, streams disks in parallel, and destroys all infrastructure after the job completes. No software is installed inside your VMs.

Strengths

  • AWS → Zadara, Azure → Zadara, and all cross-cloud routes
  • Zero agents, zero VM downtime during transfer
  • SAP HANA (7 disks) and SQL Server proven in production
  • Self-service — no coordination with Zadara Ops
  • Ephemeral workers: zero residual cost after job
  • Transparent pricing: $0.05/GB

Limitations

  • ~ Not designed for continuous replication (one-time migrations)
  • ~ VMware on-prem sources require API access to hypervisor
  • ~ Newer product — smaller enterprise track record than incumbents

Zadara V2Z

Official Zadara tool · Free with Zadara · VMware/Hyper-V → zCompute only

V2Z is Zadara's own migration utility, specifically designed for moving VMware and Hyper-V virtual machines into zCompute. It uses either an NFS share (recommended, faster) or the vSphere API (slower) to convert and import VMDK files.

Strengths

  • Free — included with Zadara subscription
  • Native Zadara tooling — well-tested path
  • Handles VMDK → zCompute conversion automatically (virt-v2v)
  • Good for VMware-heavy on-prem environments

Limitations

  • VMware and Hyper-V sources only — not AWS or Azure
  • Requires coordination with Zadara Operations team for NFS setup
  • Importer VM must be provisioned and maintained manually
  • VMs migrating with BIOS firmware require post-migration config (UEFI conversion)
  • NFS share requires direct subnet between source and Zadara

Cirrus Data

by Cirrus Data Solutions · Pricing not disclosed · Storage-focused

Cirrus Data is a storage migration platform that operates at the block level. Their "zero footprint" approach means no virtual appliances and no intermediate storage. The platform is designed for large-scale, live data mobility — migrating storage while workloads remain running.

Strengths

  • Near-zero downtime with rollback capability
  • Built-in data integrity verification (checksums)
  • Intelligent throttling (iQoS) to minimize production impact
  • Works with any storage source

Limitations

  • ~ Pricing not disclosed — requires sales engagement
  • ~ Storage-centric: best for SAN/NAS migrations, not cloud VM-to-VM
  • ~ Overhead of third-party vendor relationship for Zadara migrations
  • ~ Less suited for cloud API-based workloads (AWS EC2, Azure VMs)

Manual Method (qemu-img / virt-v2v)

Recommended by Zadara's blog · Free · Requires technical expertise

Zadara's own migration guide recommends a manual process: stop the VM, export the VHD/VMDK, convert it with qemu-img (simple Linux VMs) or virt-v2v (Windows or complex configs), upload to Zadara Object Storage, and launch a new instance. It works, but it requires your VMs to be offline during export.

Strengths

  • Free — no licensing costs
  • Full control over every step
  • Works for Azure VHD and VMware VMDK exports
  • Good for 1-2 simple VMs with acceptable downtime window

Limitations

  • VM must be stopped during export — production downtime
  • Requires temporary storage for VHD/VMDK + converted files (2x disk space)
  • Post-migration driver and network config adjustments often needed
  • Does not scale to multiple VMs or complex multi-disk workloads
  • Error-prone: one wrong conversion parameter corrupts the disk

Which tool for which scenario?

💡 Moving from AWS or Azure to Zadara? V2Z doesn't support these sources. The manual method requires downtime. Z-Move is the only API-native, no-downtime option for cloud-to-Zadara migrations.

Scenario 1: AWS EC2 → Zadara zCompute

Best choice: Z-Move. V2Z only handles VMware/Hyper-V sources. The manual method requires exporting from AWS (which means stopping the instance or using a snapshot manually), converting, and uploading — error-prone at scale. Z-Move authenticates with AWS and Zadara APIs and handles the entire process automatically.

Scenario 2: Azure VMs → Zadara

Best choice: Z-Move (for multiple VMs) or manual (for 1-2 VMs with acceptable downtime). Zadara's own blog documents the manual VHD export + conversion approach for Azure, which requires stopping VMs. For production workloads or multiple instances, Z-Move handles it via the Azure API without requiring a maintenance window.

Scenario 3: VMware on-prem → Zadara

Best choice: Zadara V2Z (if you have Zadara support) or Z-Move (if your VMware environment has API access). V2Z is built specifically for this path and is free. The trade-off is that it requires Zadara Ops coordination for the NFS setup. Z-Move can also handle VMware-originated workloads if the source is already on a cloud provider, or via its API layer for compatible environments.

Scenario 4: Large-scale storage migration (SAN/NAS)

Best choice: Cirrus Data. For pure storage migrations — moving terabytes of block data between storage systems while maintaining live application access — Cirrus Data's iQoS throttling and block-level approach is designed for that use case. Z-Move is optimized for cloud VM migration, not SAN/NAS-to-SAN/NAS workloads.

Scenario 5: 1-2 small, non-critical VMs

Best choice: Manual method (free) or Z-Move ($0.05/GB). If you have a planned maintenance window, a small VM, and Linux expertise, the manual qemu-img route works. For anything larger or more complex, the time and risk cost of manual migration outweighs Z-Move's $0.05/GB fee.

The Zadara migration landscape in 2026

Zadara is growing its cloud footprint in Africa, the Middle East, and Europe — regions where data sovereignty matters and hyperscaler alternatives are actively being evaluated. The migration tools ecosystem is catching up, but the reality is:

If you're running production workloads on AWS or Azure and want to evaluate Zadara — for cost, sovereignty, or performance reasons — Z-Move is currently the only purpose-built tool that handles that migration path without agents, without downtime, and with transparent per-GB pricing.

Ready to migrate to Zadara?

Tell us your source environment (AWS, Azure, or other) and we'll scope the migration — cost estimate included.

Request Demo →