PUNKBACKUP

Your memories. Your USB. Zero cloud dependency.

Why

Cloud photo backups are convenient and also: a recurring bill, someone else's server, and a company that can change the terms whenever it wants. PunkBackup does the boring, useful thing instead — it copies your files to a drive you own, over a network you control, using nothing but your iPhone's built-in Shortcuts app and a small server on your own PC.

How it works

  1. A small server runs on your Windows PC — off by default, you turn it on when you want it.
  2. Each person/device gets its own profile: its own secret token, its own destination folder (a different USB drive per person if you want).
  3. A native iOS Shortcut (no App Store install) checks your Photos library against what's actually in your current destination folder, and uploads whatever's missing — manually, or automatically on your home WiFi.
  4. Nothing is ever deleted, moved, or modified on the iPhone. Nothing is ever silently overwritten at the destination.

Get started

Development

py -m venv .venv
.venv\Scripts\python.exe -m pip install -r requirements.txt
.venv\Scripts\python.exe -m pytest tests -q
.venv\Scripts\python.exe main.py