| Crates.io | craback |
| lib.rs | craback |
| version | 0.1.0 |
| created_at | 2026-01-09 12:46:25.396049+00 |
| updated_at | 2026-01-09 12:46:25.396049+00 |
| description | Back any folder/file to an S3 bucket periodically with a simple TUI |
| homepage | |
| repository | https://github.com/Blankeos/craback |
| max_upload_size | |
| id | 2032014 |
| size | 180,696 |
🦀 Back any folder/file to an S3 bucket periodically with a simple TUI.
This is feature complete for my usecase - a simple way to backup any file/folder from a VPS into any S3-compatible bucket (Backblaze, R2, AWS S3, Wasabi, etc.).
cargo install craback
curl -sSL https://raw.githubusercontent.com/Blankeos/craback/main/install.sh | sh
git clone https://github.com/Blankeos/craback.git
cd craback
cargo install --path .
Run the TUI:
craback
Or run commands:
craback tui # Launch TUI (default)
craback start # Start daemon in background
craback run # Run daemon (not in background)
craback status # Check status
craback stop # Stop daemon
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
Made with 🦀