Overview
In addition to the Xloud Native Backup for block storage volumes, the Xloud Platform is fully open to enterprise third-party backup solutions. Customers who need application-aware protection, long-term off-site retention, regulatory archive depths, or a single backup pane across multi-cloud and on-premises infrastructure can plug in the backup vendor of their choice. Third-party backup tools integrate with Xloud through standard APIs and snapshot mechanisms — no proprietary backend changes are required.Native vs Third-Party Backup
Two Integration Approaches
Third-party backup tools integrate with Xloud in one of two architectural patterns.Agentless
With Agent
Agentless Backup
Agentless backup uses Xloud’s snapshot APIs to read VM disks. The backup tool calls Xloud, asks for a snapshot, reads the snapshot’s data through standard storage APIs, and stores it in its own catalog.How agentless backup works
Discovery
Snapshot
Read snapshot
Catalog and retain
Strengths of agentless
No guest footprint
Fleet-wide auto-discovery
Lower operational overhead
Snapshot-fast
Limitations of agentless
- Crash-consistent only by default — a snapshot captures disk state without flushing application buffers. Databases may need replay on restore.
- Limited application awareness — without an agent, the backup tool cannot quiesce Microsoft SQL, Oracle, Exchange, or similar transactional applications cleanly.
- File-level restore needs extra work — the backup tool must mount and parse the guest filesystem to expose individual files (most agentless tools do support this).
Vendors that integrate with Xloud APIs (agentless)
Commvault capability matrix (with dedicated URLs)
Schedule + retention reference docs (agentless)
Commvault — VM Group + Server Backup Plan (recommended)
Commvault — VM Group + Server Backup Plan (recommended)
- Project — every VM in a chosen project
- Instance name or pattern — name
Containsoperator - Power state — On / Off / Other
- Browse / Instance — explicit single-VM selection
Trilio — Workload Policies, Schedulers, Workloads
Trilio — Workload Policies, Schedulers, Workloads
- Workload Policies — admins define schedule + retention and assign policies to projects.
- Workloads — group VMs to be backed up together with one of those policies.
retention parameter on the policy
(e.g. --hourly interval=1,retention=30,snapshot_type=incremental keeps 30
snapshots; default for hourly is 30, incremental). For one-off jobs the syntax is
--manual retention=<count>,retention_days_to_keep=<days>.On-demand backup — yes. From the Workloads page in the dashboard, you can
trigger a snapshot manually for any workload at any time, independent of the
scheduled policy.For fully automatic discovery of newly created VMs, confirm the exact behavior in
the current Trilio release notes — public docs describe policy-driven workload
backup, not turnkey auto-enrollment of every new VM.Storware vProtect — SLA Policy
Storware vProtect — SLA Policy
Veeam — Backup Retention + GFS Schedules
Veeam — Backup Retention + GFS Schedules
Cohesity — Protection Policies + Extended Retention
Cohesity — Protection Policies + Extended Retention
With-Agent Backup
Agent-based backup runs a small piece of software inside each guest VM. The agent coordinates with the backup tool over the network to capture data with application-aware consistency and full file-level granularity.How agent-based backup works
Install the agent
Quiesce the application
Stream changed data
Catalog with file-level index
Strengths of with-agent
Application-consistent backup
Granular file-level restore
Cross-platform consistency
In-guest encryption + dedup
Limitations of with-agent
- Operational overhead — agent installation, version upgrades, and patching across the fleet require lifecycle management.
- Guest OS coupling — agents are OS-specific (Linux distro, Windows version) and may not be available for some appliance images or hardened guests.
- In-guest resource use — the agent consumes a small amount of guest CPU, memory, and network capacity during backup windows.
- Doesn’t protect non-running VMs — if the VM is powered off, the agent isn’t running, so the backup tool falls back to agentless or snapshot mode.
Vendors that support agent-based backup on Xloud guests
Schedule + retention reference docs (with-agent)
Veritas NetBackup — Policy schedules + Retention Periods
Veritas NetBackup — Policy schedules + Retention Periods
Commvault — Server Backup Plan + Days-Based Retention
Commvault — Server Backup Plan + Days-Based Retention
Veeam — Backup Retention + Retention Policies
Veeam — Backup Retention + Retention Policies
Acronis Cyber Protect — Backup Plan schedule + retention
Acronis Cyber Protect — Backup Plan schedule + retention
Bacula Enterprise — Schedules + Retentions
Bacula Enterprise — Schedules + Retentions
IBM Storage Protect — Policy Domain + Management Class
IBM Storage Protect — Policy Domain + Management Class
Hybrid: Agentless + Agent
Many production environments use both approaches together:- Agentless for the bulk of the fleet — fast snapshot-based backups of stateless workloads, web tiers, and standard application servers.
- With-agent for specific high-value VMs — databases, mail servers, ERP/SAP, domain controllers, and any workload where a few minutes of replay-on-restore is unacceptable.
Choosing the Right Approach
Standard application servers and web tiers
Standard application servers and web tiers
Database VMs (SQL, Oracle, MySQL, PostgreSQL)
Database VMs (SQL, Oracle, MySQL, PostgreSQL)
Hardened or appliance VMs (no shell access)
Hardened or appliance VMs (no shell access)
Long-term compliance archive (HIPAA, SOC2, financial)
Long-term compliance archive (HIPAA, SOC2, financial)
Multi-cluster, multi-cloud fleet under one console
Multi-cluster, multi-cloud fleet under one console
How to Integrate a Third-Party Backup Tool
Provision a backup service account
member plus volume:create_snapshot on Block Storage).Open Xloud APIs to the backup server
Configure the vendor's Xloud connector
Define protection policies
Verify the first backup and restore
What Xloud Provides for Backup Vendors
Xloud exposes the standard cloud APIs that every modern backup vendor expects:- File-level read of snapshots through the File-Level Restore service — useful for backup tools that want to verify snapshot contents or build a file index.
- Standard storage protocols — RBD for storage running on XSDS, NFS, iSCSI, and Fibre Channel for external arrays — so backup tools that prefer direct storage access can also integrate.