This commit is contained in:
jamesk 2024-03-18 19:01:37 -04:00
parent 6d8bf83ea4
commit 9cf69c87df

View File

@ -1 +1,11 @@
# sys-compare # sys-compare
### Create Snapshot
```shell
cargo run -- create /home/foxx/Documents/ /home/foxx/1.snapshot
```
```shell
cargo run -- compare /home/foxx/1.snapshot /home/foxx/2.snapshot created
```