# Budgie Backup A simple, free Windows backup suite for backing up the **current user's** folders and data. Pick what matters, save a reusable plan, and run it — with shadow copies for locked files, verification, and optional splitting and a second destination. - **Version:** 0.9.26.249 (pre-release alpha/beta) - **Author:** Simon Fearby — https://fearby.com - **Home page:** https://budgiebackup.com - **Documentation / back-end:** https://fearby.com/utilities/budgiebackup/ - **Contact / bugs:** budgiebackup@fearby.com > **Alpha software.** Budgie Backup is an indefinite pre-release program and > each build has a built-in expiry date. Do not rely on it as your only backup. > Keep multiple independent backups (the 3-2-1 rule) and regularly test that > they restore. See `disclaimer.txt` for the full terms. ## What's in the suite Budgie Backup is a small suite of apps that work together: - **CreateBudgieBackupFile** — choose what to back up and save it as a `.budgiebackup` plan file. - **RunBudgieBackupFile** — open a `.budgiebackup` file and run the backup. - **BudgieBackupSysTray** — quick access to the other apps, documentation and logs, recent backup files, global run stats, and copying selected photos/videos from a connected iPhone. (A backup scheduler is in progress but switched off in this build - see `roadmap.txt`.) - **BudgieBackupUpdater** — checks for and installs new builds across every app in the suite together, with a change-log preview before you commit to a download. - **BudgieBackupSync** — optionally syncs a local Budgie Backup to a Backblaze B2 bucket you own and control (see `disclaimer.txt`, Section 13). - **Budgie Backup.scr** — a screen saver that shows when the last backup ran, how much is protected, whether anything failed, live progress if one is running right now, and achievement badges. ## Requirements - Windows (x64) with the .NET 10 runtime. - **Administrator (elevated) rights** — required for Volume Shadow Copy, System Restore points, drive health queries, and reading locked files. - Enough free space on your chosen destination(s). ## Getting started 1. Run **CreateBudgieBackupFile**. 2. On the **Simple** screen, tick well-known locations (personal folders, browser profiles, email data, AppData, Start Menu) — installed browsers and email clients are detected automatically, and OneDrive and Dropbox can be included too. Use the **Advanced** screen if you want to pick anything else on the machine, folder by folder. 3. Review the scanned sizes, drive-type pills, and totals, then search your selections to confirm the files you care about are actually in the list. 4. Choose options (secondary location, restore point, logs, compression, splitting, etc.) and **save** the `.budgiebackup` plan. 5. Open the plan in **RunBudgieBackupFile**. It checks everything before touching a byte — do the folders still exist, is there room, is the drive connected — then press **Start**. If compression is on, the archive appears in the backup folder and grows as it runs; you can pause or cancel mid-file. You can watch progress on screen, in the screen saver, or from your phone over your own Wi-Fi network. 6. On success, Explorer opens at the finished backup. ## Key features - Quick-pick wizard with auto-detection of browsers and email clients; also backs up OneDrive and Dropbox content already stored on this PC. - Add custom folders or files. - Background folder scanner with live sizes, file/folder counts, and drive-type detection (SSD / HDD / Network) plus S.M.A.R.T. health estimates. - Volume Shadow Copy (VSS) and backup-semantics fallback so in-use/locked files copy cleanly; unreadable files are auto-excluded and reported, not failed. - Zip compression is opt-in (off by default) — a streaming zip engine with byte-accurate progress and mid-file pause/cancel when it's turned on. - FAT32 / large-backup splitting into even 3.8 GB volumes that open in 7-Zip as one tree. - Post-backup verification before any staged copy is removed (sources are never touched). - Optional secondary destination, System Restore point, verbose/system logs, prevent screen saver during backup, and completion sound. - Watch a running backup's progress from your phone, over your own Wi-Fi network. - Search within a backup. See `features.txt` for the full list and `change_log.txt` for version history. ## Backups, splitting, and restoring - A backup is written into its own folder at your chosen destination. If compression is on, the archive sits inside it (e.g. `MyBackup\MyBackup.zip`); if it's off, your files and folders are copied as-is. - If splitting is triggered (FAT32 destination or forced), you get `MyBackup.zip.001`, `MyBackup.zip.002`, … Open the **.001** in 7-Zip to browse the whole backup, or rejoin with: `copy /b MyBackup.zip.001 + MyBackup.zip.002 MyBackup.zip` - Windows Explorer cannot open `.001` volumes directly — use 7-Zip. - **Always test a restore.** A backup that has never been restored is not a backup. ## Diagnostics and bug reports - Press **Ctrl+Alt+F12** on any window to open the built-in bug-report form. - Debug logs, screenshots, and bug-report zips are saved per app under: - `%TEMP%\Budgie Backup\\` (e.g. `CreateBudgieBackupFile`, `RunBudgieBackupFile`, `BudgieBackupSysTray`, `BudgieBackupUpdater`, `BudgieBackupSync`) - falling back to `%LOCALAPPDATA%\Budgie Backup\debug\` if `%TEMP%` can't be written to - `\SubmittedBugReports\` for submitted bug-report zips - Screenshots capture the app's own windows only (they may incidentally show folder/file names). Previous-session screenshots are cleared on each start. - To disable screenshot capture entirely, create an empty folder named `no` at `\debug\no`. - Review a bug report before submitting — nothing is uploaded until you press Submit. ## Privacy (summary) Budgie Backup runs on your computer with no telemetry, analytics, or ads. It touches the internet only when **you** initiate it: an optional update check, and bug reports you submit (stored privately in Cloudflare R2 and auto-deleted within 90 days). Your backups are written only to the destinations you choose and are never sent to the author. Full details are in `disclaimer.txt`, Sections 15 and 19. ## Third-party components Uses the 7-Zip library (7z.dll), © Igor Pavlov, LGPL — https://www.7-zip.org — and Microsoft .NET runtime components. Third-party products it may detect or link to (Backblaze, Acronis) are independent and unaffiliated. ## Website and updates **https://budgiebackup.com is now live** and is the app's home online — get the latest build there. **https://fearby.com/utilities/budgiebackup/** remains in place too, and going forward hosts back-end/misc documentation rather than being the primary download page. The built-in update checker (BudgieBackupUpdater) contacts the update server **only with your confirmation** to compare your version with the latest published one, and lets you preview the change log first. ## Feedback Bug reports and feature ideas are welcome via the in-app form (Ctrl+Alt+F12), budgiebackup@fearby.com, or https://budgiebackup.com. --- _See also: `change_log.txt`, `features.txt`, `roadmap.txt`, `known_bugs.txt`, `disclaimer.txt`._ Released 13 September 2026 (v0.9.26.257)