base
This commit is contained in:
@@ -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**
|
||||
|
||||
Reference in New Issue
Block a user