For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
LoginGet Started
DocsAPI ReferenceChangelog
DocsAPI ReferenceChangelog
    • Home
  • Getting Started
  • Infrastructure
    • GPU VMs
    • Cloud VMs
    • Object Storage
    • Block Storage
  • Network & Security
    • Load Balancer
    • DNS
    • CDN
    • Firewalls
    • SSL Certificates
  • Tools
    • Backups
      • Enable backups
      • Restore from backup
      • Backup pricing
    • Snapshots
    • ISOs
    • SSH Keys
    • API Tokens
    • Secret Manager
    • Container Registry
  • Platform Fundamentals
    • Projects and tenancy model
    • IAM
    • Networking overview
    • Billing and usage
    • Limits and quotas
    • SLA and reliability
  • Tutorials
    • Deploy a web app
    • Host a static website with object storage
    • Run an AI model on a GPU VM
    • Set up a load-balanced architecture
    • Backup and disaster recovery
    • Multi-region deployment
  • Migration Guides
    • Migrate from AWS
    • Migrate from GCP
    • Migrate from Vultr and Linode
    • Move S3 workloads to IBEE Object Storage
    • VM image migration
  • Reference
    • Pricing
    • Regions
    • Limits
    • Error codes
    • Service level agreement
  • Support
    • Contact Support
    • Create a request
    • Troubleshooting guides
    • Visit ibee.ai
LogoLogo
LoginGet Started
On this page
  • What’s billed
  • How backup size is measured
  • Retention
  • Cost levers you control
  • Verifying current spend
  • Reducing backup spend
  • Related pages
ToolsBackups

Backup pricing

Was this page helpful?
Edit this page
Previous

VM snapshots

Next
Built with

Automated backup storage is billed separately from the VM. This page explains how backup size is measured, what you’ll see on your bill, and how to keep cost predictable.

What’s billed

ItemBilled?
Compute time of the VM the backup belongs toYes — billed as the VM’s own plan
Data transfer during backupNo — internal traffic
Storage occupied by backup recovery pointsYes — see below
Restore operationsNo — restores themselves are free
Network egress from a restored new VMYes — billed as VM bandwidth

How backup size is measured

Each recovery point shows a Recovery Storage number on the Backup Recovery Points list and the Details drawer (for example 60 GB for a Root + 1 data disk capture). This is the storage footprint of that recovery point.

Sizing notes:

  • The footprint includes the root disk plus every captured data volume.
  • Subsequent recovery points capture the full set again — they do not deduplicate against earlier points unless your retention policy explicitly enables it.
  • Empty filesystem space inside disks may be excluded depending on disk format; expect the recovery storage to be roughly the size of used data.

Retention

The default retention policy keeps a rolling window of recovery points per VM. Older recovery points roll off automatically as new ones are written.

Until cross-region snapshots are enabled (see Cross-region snapshots), backups live in the same region as the VM.

Cost levers you control

You can change the storage you’re billed for by adjusting:

LeverEffect
Schedule frequency (Daily vs Weekly)Daily produces 7× the recovery points per week vs Weekly.
Time of dayNo direct cost effect, but off-peak runs reduce I/O contention.
Volume layoutDetaching unused volumes before a run reduces the captured set.
Manual cleanupDelete recovery points you no longer need from the list.

A rough monthly storage estimate:

recovery points per month = 31 (Daily) or ≈ 4–5 (Weekly)
monthly storage = recovery points per month × per-point size

Verifying current spend

Recovery storage rolls up to your account-level usage view. To see per-VM detail:

  1. Go to Cloud VMs → <VM> → Backups tab.
  2. The Backup Recovery Points list shows each point’s individual size.
  3. Sum the active recovery points to estimate the VM’s current backup footprint.

Reducing backup spend

  • Move from Daily to Weekly if your RPO tolerates it.
  • Detach data volumes you don’t need to protect — they stop being captured starting from the next run.
  • Delete old recovery points you’ve replaced with verified snapshots or off-site copies.
  • Use Object Storage for large, append-only data — backing up TB-scale media inside a VM is rarely the right choice.

Related pages

  • VM backups overview
  • Enable backups
  • Restore from backup
  • Object Storage pricing