Skip to main content
tutorials 4 min read

Modern Backup Playbook for Small Teams

A quick, opinionated checklist for reliable, low-friction backups using only open tools.

OBIT
Orange Blossom IT Team
Orange Blossom IT
#backups #smb #foss
Server rack with backup hardware and status lights

TL;DR

  • 3–2–1 rule: 3 copies, 2 media types, 1 offsite
  • Daily incremental + weekly full
  • Test restores monthly; automate checksum verification

Minimal FOSS Stack

  • BorgBackup or Restic for deduped encrypted backups
  • Rclone for pushing to offsite object storage (Wasabi, Backblaze B2)
  • Health checks via Healthchecks.io (self-hosted OK)
# example: restic + rclone remote
export RESTIC_PASSWORD=change-me
restic -r rclone:wasabi:org-backups init
restic -r rclone:wasabi:org-backups backup /srv/data /etc
restic -r rclone:wasabi:org-backups forget --keep-daily 7 --keep-weekly 4 --prune

Restore Drills

  1. Spin up a throwaway VM
  2. Pull snapshot, verify sha256
  3. Document timing + gaps; fix exclusions

Backups aren’t real until you’ve restored them.

Found this helpful?

Share it with others who might benefit.

OBIT

About Orange Blossom IT Team

The Orange Blossom IT team specializes in helping small and medium businesses modernize their technology infrastructure with practical, open-source solutions. With over 15 years of enterprise IT experience, we bring big-company expertise to growing businesses.

Ready to Implement These Solutions?

Our team can help you implement the strategies discussed in this article. Get expert guidance tailored to your specific business needs.

Free 30-minute strategy session • No obligation • Actionable insights