Terme informatique

Backup Repository

A location where backup files are stored.

⌚ About 1 min read
View my favorites

Simple definition

A Backup Repository is the target where backup software stores restore points and related metadata.

Technical definition

A repository can be hosted on a server, NAS, object storage platform, or appliance. Its performance, capacity, filesystem, access method, and protection against deletion are important parts of backup-chain reliability.

How it works / role

Backup software writes backup chains to the repository, applies retention policies, and reads the data during restore, verification, or consolidation operations. The repository must remain reachable by the backup platform while being sufficiently isolated from production to withstand an incident or compromise.

What is it used for?

Centralize backups, retain restore points, and provide a reliable source for recovery operations.

Practical example

Veeam writes backups from several VMs to a dedicated Linux repository sized for the expected throughput and protected with immutability controls.

Common issues

  • Insufficient capacity or throughput
  • Administrative account is too exposed to the production environment
  • Retention policy exceeds available storage
  • Backup chain exists but restores are never tested

Hardened Repository · Air Gap Backup

Key takeaway: A repository is more than disk space: security, capacity, performance, and proven recoverability are all critical.

♡ 0