Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 743 Bytes

File metadata and controls

16 lines (12 loc) · 743 Bytes

boi

breath in... backup

boi is a small, opinionated wrapper for Borg that:

  • Creates new backup archives with consistent settings
  • Uses APFS snapshots on macOS to avoid file drift during a backup
  • Prunes archives using one of a handful of simple retention policies
  • Optionally supports the anti-pattern of "uploading" a complete repository to remote storage, as a stopgap until it can better work concurrently with multiple independent repositories

It's designed for my use alone, as a Rust rewrite of some wrapper scripts that I used for these purposes in the past, but is made public in the hope that the code might be useful as a reference (for myself more than anyone else).