SAFASTUDIOS

Safa Global · Servers & Storage

Own your data,
cut the cloud bill.

A storage strategy for the holding company: self-host the bulk, keep a small cheap cloud doing double duty, and hold your own encryption keys.

Prepared 2026-05-25

Listen · executive audio briefing

Executive audio briefing. Two hosts, about 20 minutes.


Download audio (.m4a)

The decision

Go hybrid. Self-host the bulk on a box you own to kill the expensive cloud tiers, keep a small managed-cloud tier for hot files that doubles as your offsite backup, and encrypt your own secrets so no provider can read them. It is the cheapest path that is also genuinely safe.

Two rules that are not optional: obey 3-2-1 (3 copies, 2 media, 1 offsite), and back up your encryption keys as carefully as the data. Free endgame: swap the cloud offsite leg for a second box at another Safa location and drive the monthly cost toward zero.

01 The starting point

A video sold a "free" private cloud. Right in spirit, wrong on safety.

The build: a Raspberry Pi 5 with an NVMe SSD running Nextcloud (an iCloud/OneDrive clone) reachable anywhere via Tailscale. The thesis is sound. Stop renting space, own your data, pay nothing monthly.

But "free" means no subscription, not no cost. You still pay in hardware, electricity, your time as sysadmin, and risk.

What the video dangerously skips

It keeps one copy, on one drive, in one place. One drive failure, fire, or theft and it is all gone. No backup, no redundancy, no UPS for clean shutdown, no patching plan. A toy, not a system you trust business data to.

02 The non-negotiable · 3-2-1

Keep 3 copies of anything you care about, on 2 different media, with 1 copy offsite. A lone self-hosted box is one copy, one medium, onsite. That is the opposite of safe, and closing that gap is what the hybrid model does.

03 The hybrid model

One cheap cloud subscription does two jobs.

Split data by temperature. Self-host the bulk so you stop renting space for the 6 to 12 TB that would cost real money in the cloud. Keep a small managed cloud tier that pulls double duty: it holds hot, daily, mobile-synced files and stores an encrypted backup as your offsite copy.

YOUR DEVICES Mac · iPhone · iPad sync Tailscale access MANAGED CLOUD small paid tier · iCloud / Google / Proton HOT files sync · share · mobile = OFFSITE backup copy encrypted blob, also on cheap B2 / Glacier COPY 3 · OFFSITE SELF-HOSTED BOX Raspberry Pi / NAS · you own it NVMe - WARM + COLD bulk Maaia Library · archives · backups COPY 1 · PRIMARY USB SSD - local backup COPY 2 · MEDIUM 2 rclone crypt - nightly encrypted push 3 copies · 2 media · 1 offsite - and you hold the keys
The hybrid 3-2-1 flow
DataLives onWhy
HotManaged cloudToday's files, phone media, shared docs. Sync, sharing, and mobile just work.
WarmSelf-hosted boxMaaia Library, brand assets, finished creatives. Big, rarely changes, no reason to rent it.
ColdSelf-hosted + encrypted offsiteEmail/WP backups, old projects, raw footage. Almost never touched, cloud cost is waste.
SecretsEncrypted vaultFinancials, CFDI, contracts. Cryptomator gives zero-knowledge whatever the provider.

04 The numbers

Indicative, for roughly 6 TB of data.

MeasurePure cloudHybridPure self-host
Upfront$0~$410~$410
Monthly~$30~$5–12$0
3-2-1 safe?PartialYesNo
Own the bulk?NoYesYes
ConvenienceHighHighLower

Graceful failure is the real win

Pi dies, restore from cloud. Internet down, local files still open. Cloud account locked or price-hiked, you still hold the box and the keys. No single thing takes you down.

05 Most secure, cheapest

Encrypt it yourself, then store the gibberish cheaply.

"Secure" means zero-knowledge: the provider cannot read your data. Stop paying a premium for someone else's encryption. Encrypt client-side with rclone crypt or Cryptomator (you hold the key), then put the ciphertext on the cheapest storage you can find.

Cold storage target~Price / TB / moAccess
S3 Glacier Deep Archive~$1hours to restore - deepest cold copy
Hetzner Storage Box~€2–4instant - cheapest with instant access
Backblaze B2~$6instant - simplest, great rclone support

The catch with holding your own keys

With self-managed encryption, you own the keys. Lose the passphrase and the data is gone for good. Back up keys in your password manager and on paper in a safe, as carefully as the data itself.

06 The build at a glance

Hardware · redundant 2TB · ~$410

ItemSpecRole
Raspberry Pi 58GB + Argon NEO 5 caseThe server, cooled, NVMe-ready
NVMe SSD2TB M.2Copy 1 - primary
USB SSD2TBCopy 2 - local backup, second medium
UPS~600VA line-interactiveClean shutdown on power loss

Software

Full step-by-step build, cron schedule, and restore drill live in BUILD_AND_RUNBOOK.md alongside this brief.

07 Recommended next actions

  1. Buy the redundant box (Pi 5 + NVMe + USB backup drive + UPS, ~$410). Do not skip the backup drive or the UPS.
  2. Stand up Nextcloud + Tailscale, then move cold backups off paid cloud first: the IMAP email backup, GYB Gmail archive, SiteGround WP backups, and old project archives.
  3. Configure rclone crypt for a nightly encrypted push to Backblaze B2 (add Glacier Deep Archive later for the deepest cold copy). Keep iCloud or Proton for hot files.
  4. Vault the secrets in Cryptomator (financials, CFDI, contracts) and back up the keys in your password manager and on paper.
  5. Run one restore drill and set a monthly patch reminder. Then plan a second-location box to take the offsite cost to zero.