How to Build a Digital Family Archive That Lasts
A structured approach to organising, storing, and protecting your family’s photographic history — built on the same principles used by heritage institutions.
Digitising old photographs solves one problem: the originals stop deteriorating. It creates another: an unorganised folder of thousands of image files that nobody knows how to navigate, search, or maintain.
A digital archive is not a backup. A backup is a copy of your files in case something goes wrong. An archive is an organised, described, and sustainably stored collection that remains useful and accessible over decades — and that someone other than you can navigate without your help.
This guide covers how to build one that works.
The Four Properties of a Useful Archive
Before deciding on tools or folder structures, define what you are building toward. A family archive that serves its purpose has four properties:
Findable — anyone in the family can locate a specific photograph or document without knowing where it was filed. This requires consistent naming, metadata, and structure.
Readable — the files can be opened by standard software, on any device, without specialist applications. This requires choosing formats that will remain supported over decades.
Redundant — the archive exists in multiple independent copies, so no single failure destroys it. This requires deliberate backup strategy, not just cloud sync.
Documented — the archive contains enough context that someone encountering it in twenty years understands what it contains. This requires descriptions and family context, not just filenames.
Most home archives satisfy none of these properties. The goal of this guide is to build one that satisfies all four.
Step 1: Establish Your Folder Structure
The folder structure is the skeleton of your archive. It should reflect how you will search for photographs — not how you happened to acquire them.
The most practical structure for family archives is chronological with geographical subdivision:
/Family Archive/
/Masters/
/1900-1939/
/1940-1959/
/1960-1979/
/1980-1999/
/2000-2019/
/2020-present/
/Undated/
/Working Copies/
/Restored/
/Documents/
/Letters/
/Official Documents/
/Newspapers and Clippings/
/Video/
Why decade-based rather than event-based or person-based?
Event-based folders (Grandparents Wedding, Summer Holiday 1983) seem intuitive but break down when photographs span multiple events or when the event is unknown. Person-based folders require every photograph to be assigned to one person, which fails for group photographs.
Decade-based folders are neutral, consistent, and work for both known and unknown dates. A photograph that cannot be dated goes into /Undated/ and can be moved later when context is established.
The /Masters/ folder contains your archival TIFF files — unedited, original scans. The /Working Copies/ and /Restored/ folders contain derivatives. This separation is structural, not just a naming convention. It prevents accidental overwriting.
Step 2: Establish a Naming Convention
Every file in your archive should have a name that conveys its date, subject, and sequence without opening it. A consistent naming convention makes the archive sortable, searchable, and self-documenting.
Recommended format:
YYYY-MM-DD_[location]_[subject]_[sequence].[extension]
In practice:
1967-06-14_Brussels_Wedding-Ceremony_001.tif
1967-06-14_Brussels_Wedding-Reception_001.tif
1967-06-14_Brussels_Wedding-Reception_002.tif
1983-00-00_Unknown_Summer-Holiday_001.tif
1950s-00-00_Liège_Portrait-Grandmother_001.tif
Rules that make the convention work:
- Use
00for unknown months and days,0000or a decade estimate for unknown years - Keep location and subject concise — this is an identifier, not a description
- Always use leading zeros in sequence numbers (001, not 1) so files sort correctly
- Use hyphens within fields, underscores between fields — this makes the structure parseable by software as well as humans
- Be consistent. One exception breaks the sortability of the entire collection
Apply this convention to new files as you add them. Renaming an existing disorganised collection in bulk is a separate project — tools like Adobe Bridge, ExifTool, and Bulk Rename Utility can automate it.
Step 3: Add Metadata to Every File
A filename tells you what a file is. Metadata tells you what is in it.
Metadata is information embedded directly in the image file — it travels with the file regardless of where it is copied, shared, or stored. A photograph with complete metadata remains describable decades from now even if its filename is changed or its folder structure is lost.
The minimum metadata set for every file:
| Field | What to record |
|---|---|
| Date | Full date if known; decade if not (e.g., “circa 1950s”) |
| Location | City, country, or venue |
| Description | What the photograph shows, in one or two sentences |
| Keywords | Names of people pictured; events; themes |
| Creator | Who took the photograph, if known |
| Copyright | Family name and year, for internally produced photographs |
Tools for adding metadata:
- DigiKam (free, open source) — the most capable free option for managing metadata across large collections
- Adobe Bridge (free with an Adobe account) — clean interface, integrates with Photoshop
- XnViewMP (free) — fast and lightweight, good for batch metadata operations
- Apple Photos / Google Photos — acceptable for casual use, but metadata is stored in the application’s database rather than embedded in the file itself. Not recommended for archival purposes.
Use tools that embed metadata directly in the file (EXIF, IPTC, or XMP standards). Metadata stored only in an application database is lost if the application is uninstalled or the database is corrupted.
Step 4: Choose File Formats That Last
The formats you choose now determine whether your archive is readable in thirty years. Some formats are safe; others are not.
For photographic images:
| Format | Use | Notes |
|---|---|---|
| TIFF | Archival masters | Lossless, widely supported, large files. The correct format for originals. |
| JPEG | Sharing, working copies | Lossy compression, smaller files. Acceptable for derivatives. |
| PNG | Screenshots, graphics | Lossless but not optimised for photographs. |
| HEIC/HEIF | Avoid for archives | Efficient but limited long-term software support. Convert to JPEG or TIFF. |
| RAW formats | Use with caution | Manufacturer-specific formats risk becoming unreadable as software support ends. Convert important RAWs to DNG (Adobe’s open standard). |
For documents:
| Format | Use | Notes |
|---|---|---|
| PDF/A | Archival documents | ISO-standardised archival PDF format. Preferred for documents intended for long-term preservation. |
| General documents | Widely supported. Acceptable for most family documents. | |
| DOCX/XLSX | Avoid for archives | Microsoft Office formats change between versions. Convert to PDF for archival copies. |
For video:
Video preservation is significantly more complex than image preservation. For family video, the practical recommendation is to store files in MP4 (H.264) format for current compatibility, and to upload copies to a major platform (YouTube, Vimeo) as an additional preservation layer — not as a primary archive.
Step 5: Implement a Backup Strategy
A single copy of your archive is not an archive. It is a collection waiting to be lost.
The standard backup strategy in institutional archiving is the 3-2-1 rule:
- 3 copies of every file
- 2 different storage media (e.g., hard drive and cloud)
- 1 copy stored offsite (different physical location from your primary copy)
A practical implementation for home archives:
| Copy | Location | Medium | Cost |
|---|---|---|---|
| Primary | Home | External SSD (2–4TB) | €80–150 one-time |
| Secondary | Cloud | Backblaze B2 or iCloud | €5–10/month |
| Tertiary | Offsite | External drive at family member’s home, or M-DISC | Minimal |
On cloud storage specifically:
Cloud sync services (Google Drive, Dropbox, iCloud) are not archives. They are convenient but they propagate deletions and corruptions instantly — if you accidentally delete a file, the deletion syncs to every device. A cloud backup service (Backblaze, Arq) maintains independent versions and does not propagate deletions. Use a backup service, not a sync service, for your secondary copy.
Storage media longevity:
| Medium | Expected lifespan | Notes |
|---|---|---|
| External HDD | 3–5 years in regular use | Mechanical failure is the primary risk. Test annually. |
| External SSD | 5–10 years | More robust than HDD but not indefinite. |
| M-DISC | 1,000+ years (claimed) | Laser-etched optical disc. No moving parts, no degradation. Suitable for truly long-term archival copies. |
| Cloud | Dependent on provider | Reliable for medium-term; provider continuity is the risk. |
Review your backup copies annually. Copy files to new media every five years regardless of apparent condition.
Step 6: Document the Archive Itself
The archive needs documentation that exists alongside the files — a guide for anyone who encounters the collection in the future.
Create a single document (PDF or plain text) stored at the root of your archive folder called README.txt or ARCHIVE-GUIDE.pdf. It should contain:
- The naming convention used and how to read filenames
- The folder structure and what each folder contains
- Known gaps in the collection (years or family branches not yet represented)
- The backup locations and schedule
- Contact information for the person who maintains the archive
This document costs an hour to write and transforms an opaque collection of files into something a family member — or a future generation — can actually use.
What to Do With Physical Originals After Digitising
Digitising does not replace the physical original. For photographs of significant importance, the original print or negative remains the highest-quality version of the image, and physical objects carry contextual information (paper type, printing process, handwritten notes on the reverse) that a scan cannot fully capture.
After digitising:
- Store physical photographs in acid-free sleeves or boxes, away from light, humidity, and temperature fluctuations
- Note on any physical envelope or folder which files in the digital archive correspond to the originals inside
- Do not discard originals — the cost of appropriate storage is minimal; the cost of losing an original is permanent
Summary: The Archive Checklist
Before considering your archive complete, verify each of the following:
- [ ] Folder structure established with /Masters/ separated from derivatives
- [ ] Naming convention defined and applied consistently
- [ ] Metadata added to every file (date, location, description, keywords)
- [ ] Archival masters saved as TIFF; working copies as JPEG
- [ ] Three copies exist across two media types, one offsite
- [ ] Backup copies tested and confirmed readable
- [ ] README document created at archive root
- [ ] Physical originals stored in acid-free conditions
Further Reading
- How to digitise old family photos at home — before you can archive, you need to scan
- Best AI photo restoration tools (2026) — repairing damage before filing
ADOCHS applies the preservation standards of cultural heritage institutions to personal family archives. Start building yours →