Minimalist backup tool for mirroring a source folder to its destination. Compares files by size and modified time.
Inspired by Syncronize It!, the only Windows app I kept missing after moving to macOS.
- Cross-platform (Windows, macOS, Linux)
- Graphical interface (Electron-based)
- Preview changes before running
- Compare files by size and modified time
- Show progress and completion status
Grab the latest release for your OS from the Releases page.
- Open BackBit
- Select source and destination folders
- Review the list of changes
- Click Run to sync destination with source
$ npm install$ npm run devIf on Linux, you may need to previously run
$ sudo chown root:root node_modules/electron/dist/chrome-sandbox
$ sudo chmod 4755 node_modules/electron/dist/chrome-sandbox$ npm run tests:many# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linuxThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

