This commit is contained in:
mike
2025-12-12 23:04:51 +01:00
parent 56b2db82fc
commit 87550e426a
14 changed files with 132 additions and 122 deletions

View File

@@ -59,25 +59,25 @@ System is now **network-capable**, **auditable**, **scalable**, and offers **rea
2. **Index**
```bash
python src/main.py index "D:\\" disk_d
python app/main.py index "D:\\" disk_d
```
3. **Plan**
```bash
python src/main.py plan disk_d disk_e
python app/main.py plan disk_d disk_e
```
4. **Dry-Run**
```bash
python src/main.py execute plan.json --dry-run
python app/main.py execute plan.json --dry-run
```
5. **Execute**
```bash
python src/main.py execute plan.json
python app/main.py execute plan.json
```
6. **Report**