Most photo libraries are one failed drive away from disappearing. That sounds dramatic until you remember that every photo you have taken since your last backup lives on exactly one disk. Backing up a photo library to an external hard drive is the cheapest, most reliable first line of defense — but doing it properly involves more than dragging a folder across and hoping. This guide walks through the whole workflow: preparing the drive, copying the library cleanly, verifying that the copy is actually complete, and keeping the backup current without redoing everything each month.
First, know what your "photo library" actually is
Before copying anything, work out where your photos really live, because the answer changes what you need to back up.
- Folder-based libraries. Your photos sit in ordinary folders — for example Photos\2026\2026-07-12 Coastal Hike. This is the most common setup on Windows and the easiest to back up: the folders are the library.
- Catalog-based editors. Lightroom Classic and Capture One store your edits and organization in a catalog file, while the image files stay in folders. You must back up both — a copied catalog without the originals is a map to a city that no longer exists.
- Apple Photos. On a Mac, the Photos Library is a single package (usually in your Pictures folder). You back it up by copying that one package to the external drive as a whole, not by exporting individual images.
The rest of this guide focuses on folder-based and catalog-based libraries, since those are where the most mistakes happen — but the verification and 3-2-1 principles apply to every setup.
Step 1: Choose and prepare the external drive
Size it for growth, not for today
A useful rule of thumb is to buy at least double your current library size. RAW libraries grow quickly, and a drive that is 90 percent full on day one forces you to make a painful migration decision within a year.
HDD or SSD?
For a backup drive that mostly sits on a shelf, a conventional hard drive offers far more capacity per euro or dollar and is perfectly adequate. An external SSD is worth the premium if you also plan to work directly from the drive — browsing and editing RAW files from a spinning disk is noticeably slower.
Format it deliberately
Do not use whatever filesystem the drive shipped with. Pick one based on where the drive will be used:
- NTFS — the sensible default if you work on Windows.
- exFAT — readable and writable on both Windows and macOS, useful if you move between systems. It is less resilient to interrupted writes, so always eject the drive properly.
- APFS — the right choice for a drive that will only ever be used on a Mac, including Apple Photos library backups.
Step 2: Copy the library without reorganizing it
The golden rule of a first backup: copy, don't clean. It is tempting to reorganize folders while you copy, but doing both at once is how files get lost. Make an exact mirror of your existing structure first; reorganize later, inside your normal workflow, where changes are tracked by your tools.
- Create one top-level folder on the external drive, for example PhotoLibrary-Backup.
- Copy your entire photo folder tree into it, keeping the structure identical to the original.
- If you use Lightroom Classic or Capture One, also copy the catalog folder (the .lrcat file and its companions, or the Capture One catalog) into a clearly named subfolder such as Catalogs.
- Leave the copy running and do not put the computer to sleep mid-transfer — an interrupted copy on a large library is the classic source of silent gaps.
On Windows, the built-in robocopy command is more robust than Explorer drag-and-drop for very large libraries: it survives brief hiccups, can resume, and logs what it did. A minimal example run from a command prompt looks like robocopy D:\Photos F:\PhotoLibrary-Backup\Photos /E /Z /LOG:backup-log.txt.
Step 3: Verify the backup — the step everyone skips
A backup you have never verified is a hope, not a backup. Verification takes ten minutes and catches the failure modes that matter:
- Compare file counts and total size. Right-click the original folder and the copy and compare properties. The counts should match exactly; a mismatch means the copy is incomplete.
- Spot-check RAW files. Open a handful of images from different years directly from the external drive in your editor or viewer. RAW files that copied incompletely often fail to open or render with corruption, and you want to discover that now.
- Check the deepest folders. Very long path names are the most common casualty of copy operations on Windows. Navigate to your most deeply nested folders on the backup and confirm the files are there.
- Test the catalog. If you backed up a Lightroom or Capture One catalog, open the copied catalog once and confirm it launches. Do this while the external drive is connected.
Step 4: Keep the backup current
The first full copy is the slow one; everything after that should be incremental. Two habits make this painless:
- Schedule a recurring session. After every import session, or at minimum once a month, sync the changes. Free sync tools — or robocopy with the same command as above — will copy only what changed, which typically takes minutes rather than hours.
- Never treat cloud sync as the backup. Services that mirror your folders will faithfully mirror a deletion or corruption too. Sync is convenience; a disconnected external drive is protection.
A realistic 3-2-1 setup for photographers
The classic 3-2-1 rule — three copies of your data, on two different types of storage, with one copy off-site — sounds enterprise-grade but maps neatly onto a photographer's reality:
- Copy 1: the working library on your computer or main working drive.
- Copy 2: the external hard drive backup you just made, kept disconnected between updates.
- Copy 3: an off-site copy. That can be a second external drive stored at a family member's house and swapped every few months, or an encrypted cloud archive of your most irreplaceable folders if uploading the full RAW library is impractical.
If three copies feel like too much today, start with two. The single biggest jump in safety is going from one copy to two; everything after that is refinement.
Common mistakes that quietly ruin photo backups
- Backing up the catalog but not the originals (or the reverse). The catalog stores edits; the folders store images. You need both.
- Leaving the backup drive permanently plugged in. Ransomware, power surges, and accidental deletions affect every connected drive. Disconnect it between backup sessions.
- Reorganizing during the copy. Mirror first, reorganize later.
- Never opening the backup again. Drives can fail on the shelf. Connect the backup drive a couple of times a year and spot-check it.
- Trusting a drive older than five years or so with your only backup. Mechanical drives age even when unused; replace the backup drive before it fails, not after.
Keeping a backed-up library usable, not just stored
A backup protects your files, but it does nothing for the day-to-day problem of actually finding photos in a library that spans years and tens of thousands of images. That part of the workflow belongs to your photo organizing software, and it pairs naturally with the backup habits above.
Memora, ShutterDev's free photo manager, is built around the same local-first principle as a good backup strategy: it works directly with the folders you already have, processes everything on your own machine, and never uploads your images anywhere. Because it reads your existing folder structure rather than importing files into a proprietary vault, the library you back up stays exactly the library you browse — with AI semantic search and automatic smart albums layered on top, and full RAW support for the files that matter most. If you already maintain a Lightroom or Capture One catalog, Memora can import it, so the organization you are so carefully backing up remains visible in your everyday browsing too.
Back up first, verify always, and keep the working copy organized — that combination is what turns a pile of files on a spare drive into a photo library you will still be enjoying in twenty years.