Everywhere All articles Download

Organising files

Before you wipe the disk

Updated 2026-07-31 · 4 min read

A clean install is easy. The regret is the files you forgot were only in one place.

The obvious (you will remember these)

Documents, Desktop, Pictures, Movies, Music. Copy or confirm they are in a backup.

The non-obvious (the ones people lose)

~/Library data, none of which appears in a casual look:

App data:

Credentials and keys:

The find-everything-recent pass

Catch anything touched but not filed:

find ~ -type f -mtime -90 -not -path "*/Library/Caches/*" 2>/dev/null | \
  grep -vE "Library/(Application Support|Containers)" | less

Verify before erasing

The whole point: everything important is either synced to iCloud or in a backup you have opened and verified. A search for recently-touched files outside your obvious folders is the step that catches the one you would otherwise lose.

Common questions

What files do people forget before erasing a Mac?

~/Library data — Mail, Messages history, Notes, Voice Memos — plus SSH keys, dotfiles and keychains. All hidden from a casual look.

How do I make sure I have everything before a clean install?

Back up, then verify the backup restores real files. Search for recently-modified files outside your obvious folders to catch strays.

Find any file before you finish typing

Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.

Download for Mac

Related

© 2026 Caretopia Network Private Limited Everywhere for Mac Articles Privacy Support