Which file-naming conventions best support long-term photographic preservation?

Long-term photographic preservation depends as much on predictable file names as on file formats and storage plans. Clear, consistent naming preserves provenance, supports automated workflows, and reduces the risk that files become orphaned or misinterpreted. Research by Paul Conway, University of Michigan School of Information, emphasizes that orderly digital organization is a core part of preserving documentary heritage; institutional guidance from the National Archives and Records Administration and the Library of Congress echoes this need for standardized, machine-friendly names.

Core conventions

Adopt ISO 8601 date formatting (YYYY-MM-DD or YYYYMMDD) at the start of a filename to provide chronological sorting and cross-territorial clarity; this aligns with recommendations from major archival institutions. Use only ASCII characters, avoiding spaces and punctuation that filesystems or transfer protocols may handle inconsistently, and prefer hyphens or underscores as consistent separators. Include a persistent identifier such as a collection code, accession number, or stable UUID to link the file back to catalog records, and append a clear file type extension in lowercase so automated tools can identify the format. Keep filenames intentionally concise with a predictable structure—date, identifier, descriptive token, version—so that automated scripts can parse components reliably. Avoid embedding volatile metadata such as copyright status, photographer name changes, or location descriptions that may change over time; instead, record those attributes in associated metadata records. Implement versioning by adding a numeric suffix with leading zeros to maintain sort order and history without overwriting master files.

Risks and cultural considerations

Poor naming practices lead to fragmentation: files become hard to locate, preservation actions may be misapplied, and provenance can be obscured, increasing the chance of irreversible loss. Territorial and cultural nuances matter: local naming customs and date formats vary, and the inclusion of personal or culturally sensitive place names can raise ethical concerns for communities represented in images. Institutions such as the Library of Congress advise balancing discoverability with privacy and rights management, using metadata records to capture culturally specific information rather than hard-coding it into filenames. Preservation-friendly naming is therefore both a technical and a human practice: it must reflect archival standards while respecting cultural protocols and the practicalities of long-term digital stewardship.