This document discusses the challenges of building a backup system for thousands of containers. It describes the architecture of the backup systems the presenter has built over time, which use LVM and thin provisioning to back up each container to its own logical volume. Network speeds can be a bottleneck for large restores. The current system schedules daily incremental backups of 100,000 containers across multiple backup nodes. Issues encountered include corrupted metadata from too many logical volumes, sluggish performance from device scanning, and crashes from discarding data in older LVM versions. The system now backs up at the account level instead of whole containers to speed up restores.