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.
- Host: GitHub
- URL: https://github.com/meanderingprogrammer/simple-backup
- Owner: MeanderingProgrammer
- Created: 2023-01-09T04:34:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T08:48:27.000Z (over 2 years ago)
- Last Synced: 2025-01-16T20:55:04.150Z (11 months ago)
- Topics: backup-tool, dioxus, rust
- Language: Rust
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)