🦀 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 crabackcurl -sSL https://raw.githubusercontent.com/Blankeos/craback/main/install.sh | shgit clone https://github.com/Blankeos/craback.git
cd craback
cargo install --path .Run the TUI:
crabackOr 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- Linux
- macOS
- Windows (not recommended)
MIT
Contributions are welcome! Please feel free to submit a Pull Request.
Made with 🦀