Skip to content

Blankeos/craback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

craback

🦀 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.).

Installation

Cargo

cargo install craback

Linux (via curl)

curl -sSL https://raw.githubusercontent.com/Blankeos/craback/main/install.sh | sh

From source

git clone https://github.com/Blankeos/craback.git
cd craback
cargo install --path .

Usage

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

Supported Platforms

  • Linux
  • macOS
  • Windows (not recommended)

License

MIT

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.


Made with 🦀

About

🦀 Back any folder/file to an S3 bucket periodically w/ a simple TUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors