Error Codes Wiki

Mac Time Machine Errors — Backup Disk Full, Verification Failed, Sparse Bundle

Errorbackup

About Mac Time Machine Errors

Fix specific Time Machine errors including backup disk full on network drives, sparse bundle corruption, verification failures, and incremental backup stuck. This guide covers everything you need to know about this topic, including common causes, step-by-step solutions, and answers to frequently asked questions.

Here are the key things to understand: Time Machine uses APFS snapshots for local backups and sparse bundles for network backups. Network backups (NAS) use .sparsebundle disk images which can become corrupted. Backup disk full errors occur when Time Machine cannot reclaim space from old backups. Verification failures on network backups indicate sparse bundle corruption. Large files changing frequently (VMs, databases) can cause backup performance issues. Understanding these fundamentals will help you diagnose and resolve this issue more effectively.

The most common reasons this occurs include: Network backup sparse bundle corrupted from disconnection during backup. Backup disk genuinely full with oldest backups already thinned. NAS permissions changed preventing Time Machine from writing. Very large files (VM disk images, databases) consuming excessive backup space. macOS update changing Time Machine behavior or APFS snapshot handling. Identifying the root cause is the first step toward finding the right solution.

To resolve this, follow these recommended steps: For backup disk full: Time Machine preferences > select disk > forget, then re-add (starts fresh). For sparse bundle corruption: mount the .sparsebundle manually, run fsck_hfs on it from Terminal. Repair sparse bundle: hdiutil attach -nomount -noverify /path/to/backup.sparsebundle then fsck_hfs -drfy /dev/diskN. Exclude large frequently-changing files: Time Machine preferences > Options > exclude VM files, databases. For NAS backups: ensure SMB (not AFP) is used on macOS Ventura+ and NAS permissions are correct. If these steps do not resolve the issue, consider consulting additional resources or a qualified professional.

This article is part of our Mac Error Codes collection on Error Codes Wiki. We provide comprehensive, up-to-date information to help you find solutions quickly.

Quick Answer

Can I repair a corrupted sparse bundle?

Sometimes. Attach without mounting and run fsck_hfs. If that fails, the sparse bundle may be unrecoverable.

Overview

Fix specific Time Machine errors including backup disk full on network drives, sparse bundle corruption, verification failures, and incremental backup stuck.

Key Details

  • Time Machine uses APFS snapshots for local backups and sparse bundles for network backups
  • Network backups (NAS) use .sparsebundle disk images which can become corrupted
  • Backup disk full errors occur when Time Machine cannot reclaim space from old backups
  • Verification failures on network backups indicate sparse bundle corruption
  • Large files changing frequently (VMs, databases) can cause backup performance issues

Common Causes

  • Network backup sparse bundle corrupted from disconnection during backup
  • Backup disk genuinely full with oldest backups already thinned
  • NAS permissions changed preventing Time Machine from writing
  • Very large files (VM disk images, databases) consuming excessive backup space
  • macOS update changing Time Machine behavior or APFS snapshot handling

Steps

  1. 1For backup disk full: Time Machine preferences > select disk > forget, then re-add (starts fresh)
  2. 2For sparse bundle corruption: mount the .sparsebundle manually, run fsck_hfs on it from Terminal
  3. 3Repair sparse bundle: hdiutil attach -nomount -noverify /path/to/backup.sparsebundle then fsck_hfs -drfy /dev/diskN
  4. 4Exclude large frequently-changing files: Time Machine preferences > Options > exclude VM files, databases
  5. 5For NAS backups: ensure SMB (not AFP) is used on macOS Ventura+ and NAS permissions are correct

Tags

mactime-machinebackupsparse-bundleverification

More in Backup

Frequently Asked Questions

Sometimes. Attach without mounting and run fsck_hfs. If that fails, the sparse bundle may be unrecoverable.