Hero image for Backup and Archive: Protecting Years of Creative Work
By Creator Stack

Backup and Archive: Protecting Years of Creative Work


March 2022. External drive making clicking sounds. Then nothing. Six months of project files, raw footage, and client deliverables—gone.

I learned the hard way that backup isn’t optional for creators. Our work is data, and data disappears without warning.

Now I have a system that protects everything, costs under $30/month, and runs automatically. Here’s how to set it up.

The 3-2-1 Rule

  • 3 copies of your data
  • On 2 different types of storage
  • With 1 copy offsite

If you follow nothing else, follow this.

The Storage Hierarchy

Tier 1: Active Projects (Fast Access Needed)

What goes here: Current projects you’re working on. Fast read/write needed for editing.

Storage type: Internal SSD or fast external SSD.

My setup: 2TB internal NVMe SSD for current projects. Fast enough for 4K editing timelines.

The rule: Only active projects live here. When a project is complete, it moves down the hierarchy.

Tier 2: Recent Archive (Access Within Days)

What goes here: Completed projects from the past 6-12 months. Client might request changes.

Storage type: External HDD (spinning disk is fine for archive) or NAS.

My setup: 8TB external HDD. Projects move here after delivery, stay for a year.

The rule: This is your “warm” storage. Not instant access, but accessible within hours.

Tier 3: Cold Archive (Access Rarely)

What goes here: Everything older than a year. Complete projects you probably won’t touch again.

Storage type: Additional HDD and/or cloud archive storage.

My setup: Second 8TB external HDD (for local redundancy) + Backblaze B2 cloud archive for critical stuff.

The rule: This is insurance. You hope you never need it.

Cloud Backup (Non-Negotiable)

Local drives fail. Houses flood. Laptops get stolen. You need offsite backup.

For Automatic Computer Backup

Backblaze Personal ($7/month): Backs up your entire computer to the cloud. Unlimited storage. Set it and forget it. Restores are possible but slow.

Arq + B2 (~$5/month): More control, better for backing up specific folders. Requires setup but cheaper at scale.

iCloud/OneDrive/Google Drive: Fine for documents, not designed for large media files.

My recommendation: Backblaze Personal for most creators. Dead simple, unlimited, cheap.

For Large Media Archive

Raw video files are huge. 1TB+ projects are common. Full cloud backup of everything is expensive.

Options:

  • Backblaze B2 ($5/TB/month): Cheap archival storage. Upload manually or via sync tools.
  • Amazon Glacier ($4/TB/month): Cheapest, but retrieval takes hours and costs extra.
  • Google Drive/Dropbox: Expensive for large volumes, but easier to use.

My approach: Backblaze Personal backs up everything on my main drive. Critical archival projects also go to B2 manually.

The Actual System (My Setup)

Here’s exactly what I run:

Storage LayerWhatSizeCostContains
Internal SSDSamsung 980 Pro2TB$0/mo (owned)Active projects
External SSDSamsung T71TB$0/mo (owned)Transfer/backup of active
External HDD #1WD Elements8TB$0/mo (owned)Archive (past year)
External HDD #2WD Elements8TB$0/mo (owned)Redundant archive copy
CloudBackblaze PersonalUnlimited$7/moEverything on main drive
Cold CloudBackblaze B2~500GB~$3/moCritical archival

Total monthly: ~$10

Total stored: Every project I’ve ever done, with redundancy.

Workflow: How Projects Move Through the System

During Production

Active project folder lives on internal SSD. Fast access for editing.

Daily: Backblaze automatically backs up to cloud.

Weekly: Manual copy to external SSD (in case internal dies mid-project).

After Delivery

  1. Deliver to client (or publish)
  2. Wait 30 days (in case of revision requests)
  3. Move project folder to External HDD #1 (Archive)
  4. Delete from internal SSD (free up space)
  5. Copy important files to External HDD #2 (redundant archive)

Annual Archive Review

Once per year:

  • Review what’s on HDDs
  • Delete projects you’ll never need (if any)
  • Verify HDDs are functioning (SMART data)
  • Consider uploading truly irreplaceable work to cloud cold storage

What to Keep vs. What to Delete

Storage is cheap. But not free. Here’s what I keep:

Always Keep

  • Final delivered files (videos, graphics, etc.)
  • Project files that could recreate the work
  • Raw footage from significant projects
  • Client contracts and correspondence
  • Music/assets you licensed

Consider Keeping

  • Raw footage from personal projects
  • Intermediate exports
  • Multiple versions of deliverables
  • B-roll you might reuse

Safe to Delete

  • Proxy files (regenerate from raw)
  • Preview renders
  • Duplicate takes clearly marked bad
  • Test exports
  • Old software installers

Naming and Organization

Backup is useless if you can’t find anything.

Folder Structure

/Projects
  /2024
    /[Client or Project Name]
      /01_Raw_Footage
      /02_Audio
      /03_Graphics
      /04_Project_Files
      /05_Exports
      /06_Deliverables

Consistent structure means you can find any file in any project.

Naming Convention

YYYY-MM-DD_ProjectName_Description

Examples:

  • 2024-01-15_ClientABC_ProductVideo_Final.mp4
  • 2024-01-15_YouTube_BatchingWorkflow_v2.prproj

Dates sort chronologically. Descriptive names identify content. Versions prevent confusion.

When Drives Fail

They will. Here’s the recovery plan:

If Your Main Drive Dies

  1. Stop. Don’t panic.
  2. If under warranty, contact manufacturer (don’t attempt recovery yourself)
  3. If not under warranty, consider professional recovery ($300-1500)
  4. Restore from backup (this is why you have one)
  5. Replace the drive
  6. Continue working

If an Archive Drive Dies

  1. Check your redundant copy (you have one, right?)
  2. Replace the failed drive
  3. Copy from redundant source
  4. If no redundant copy, restore from cloud (slow but possible)

If Multiple Drives Fail Simultaneously

This is the disaster scenario—fire, flood, theft.

  1. Cloud backup is your lifeline
  2. Contact Backblaze for recovery (mail a drive if needed)
  3. Restore critical projects first
  4. Rebuild local infrastructure

This is why offsite backup exists. Local drives are convenient. Cloud backup is insurance.

Tools and Automation

Backup Software

Backblaze Personal: Automatic, unlimited, set and forget.

ChronoSync (Mac): Scheduled local copies to external drives.

Free File Sync (Windows/Mac/Linux): Free, powerful, schedule-able sync.

Drive Health Monitoring

DriveDx (Mac): Monitors drive SMART data, warns before failure.

CrystalDiskInfo (Windows): Same thing, free.

Check monthly. Replace drives at first sign of trouble—don’t wait for failure.

Cloud Sync

Arq Backup: Most flexible cloud backup, works with any provider.

rclone: Free, command line, powerful for automating B2/Glacier uploads.

The Minimum Viable Backup

If nothing else, do this:

  1. Sign up for Backblaze Personal ($7/month)
  2. Let it run (backs up everything automatically)
  3. Buy one external drive (copy important stuff monthly)

That’s enough to survive most disasters. The system I outlined is better, but this is the floor.

The Bottom Line

Creative work is data. Data is fragile. Protect it.

The 3-2-1 rule: 3 copies, 2 storage types, 1 offsite.

Minimum cost to protect everything: ~$15/month (Backblaze + occasional HDD purchases)

Time to set up: A few hours once

Peace of mind: Priceless

I lost 6 months of work once. Never again. The clicking sound that drive made still haunts me. But now, if any drive fails, I have copies. Multiple copies. In multiple places.

Set up backup before you need it. After you need it is too late.


That failed drive still sits on my shelf. A $200 reminder that backup isn’t optional.