An open API service indexing awesome lists of open source software.

https://github.com/meanderingprogrammer/simple-backup

A simple way to backup data to different location.
https://github.com/meanderingprogrammer/simple-backup

backup-tool dioxus rust

Last synced: 10 months ago
JSON representation

A simple way to backup data to different location.

Awesome Lists containing this project

README

          

## 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

* [todo.md](docs/todo.md)
* [processes.md](docs/processes.md)
* [project_plan.md](docs/project_plan.md)
* [references.md](docs/references.md)