Dupe guide

Duplicate files filling up Time Machine — what to do

Time Machine snapshots aren't real duplicates, but the originals it backs up can be. Here's how to clean before, not after.

4 min read

If your Time Machine backup drive is filling up, the instinct is to “delete duplicates from Time Machine.” Don’t. Time Machine snapshots use hardlinks to share unchanged files between backups — they look like duplicates but aren’t really taking double the space. The fix is cleaning the source (your Mac) so future backups are smaller, then letting Time Machine’s old-snapshot deletion run.

Why Time Machine looks like it has duplicates

Each hourly backup appears as a complete copy of your Mac. In reality, only changed files take new space — everything else is a hardlink to the same on-disk block. Browsing into a Time Machine drive, you’ll see thousands of “duplicates,” but deleting them is dangerous: hardlinks back to one file can corrupt backup integrity.

The right approach is opposite. Reduce duplicates on your Mac itself so Time Machine has less to back up going forward.

Clean the source instead

  1. Install Dupe and open it.
  2. Click “Add Folder” and add the folders where your duplicates live — typically Pictures, Documents, Downloads, Desktop, and any project folders.
  3. Click “Scan.” SHA-256 hashes compare files by their actual bytes.
  4. Review duplicate groups and move redundant copies to the Trash.
  5. Empty the Trash.

Once that’s done, run a fresh Time Machine backup. Old snapshots referencing the deleted files will eventually age out and free space, or you can speed it up:

  1. In Time Machine preferences, you can stop and restart backups so the next snapshot only references current files.
  2. Old snapshots are pruned automatically as the drive fills, oldest first.
  3. To force pruning sooner, use tmutil deletelocalsnapshots / in Terminal to clear local APFS snapshots.

What Dupe will and won’t touch

Safety

The right mental model: don’t fight Time Machine’s duplicate-looking structure, just keep your Mac cleaner so the snapshots stay small.

← All Dupe tips