/simple-backup

A simple way to backup data to different location.

Primary LanguageRust

Intro

A simple way to backup data to different location.

Useful Commands

Cleaning Build

cargo clean

Build & Run

cargo run -r

Runnning Tests

cargo test

cargo test -- --nocapture

Cleanup State

rm data/.*.bin

Other Docs