A general-purpose backup tool for macOS: back up a user-specified list of files and directories on a schedule, with tiered snapshot retention.
Status: not started. This repository is a placeholder — nothing here works yet.
Reuse the backup architecture proven in Calibre — rclone-based snapshots, daily/weekly/monthly/yearly retention tiers, timestamped logs pruned to a configured depth, and a launchd job for unattended nightly runs — and add the piece that one lacks: an arbitrary, user-specified list of files and directories to back up, rather than a single hardcoded source.
It does not replace the Calibre backup, which continues to run on its own.
Local machine configuration lives in config.sh, which is gitignored; a
config.sh.example with placeholders is committed as the contract. Scripts target
bash 3.2, which is what macOS ships.
MIT — see LICENSE.