mirror of
https://github.com/paleotronic/diskm8.git
synced 2024-12-22 09:30:12 +00:00
Update README.md
This commit is contained in:
parent
185caf6c4f
commit
c72cc80e5b
22
README.md
22
README.md
@ -147,25 +147,29 @@ Command-line flags:
|
|||||||
-with-path string
|
-with-path string
|
||||||
Target path for disk operation (-file-extract,-file-put,-file-delete)
|
Target path for disk operation (-file-extract,-file-put,-file-delete)
|
||||||
```
|
```
|
||||||
Getting Started
|
|
||||||
|
## Getting Started
|
||||||
|
|
||||||
Ingest your disk collection, so diskm8 can report on them:
|
Ingest your disk collection, so diskm8 can report on them:
|
||||||
|
|
||||||
diskm8 -ingest "C:\Users\myname\LotsOfDisks"
|
```diskm8 -ingest "C:\Users\myname\LotsOfDisks"```
|
||||||
Simple Reports
|
|
||||||
|
### Simple Reports
|
||||||
|
|
||||||
Find Whole Disk duplicates:
|
Find Whole Disk duplicates:
|
||||||
|
|
||||||
diskm8 -whole-dupes
|
```diskm8 -whole-dupes```
|
||||||
|
|
||||||
Find Active Sectors duplicates (inactive sectors can be different):
|
Find Active Sectors duplicates (inactive sectors can be different):
|
||||||
|
|
||||||
diskm8 -as-dupes
|
```diskm8 -as-dupes```
|
||||||
|
|
||||||
Find Duplicate files across disks:
|
Find Duplicate files across disks:
|
||||||
|
|
||||||
diskm8 -file-dupes
|
```diskm8 -file-dupes```
|
||||||
Limiting reports to subdirectories
|
|
||||||
|
### Limiting reports to subdirectories
|
||||||
|
|
||||||
Find Active Sector duplicates but only under a folder:
|
Find Active Sector duplicates but only under a folder:
|
||||||
|
|
||||||
diskm8 -as-dupes -select "C:\Users\myname\LotsOfDisks\Operating Systems"
|
```diskm8 -as-dupes -select "C:\Users\myname\LotsOfDisks\Operating Systems"```
|
||||||
```
|
|
||||||
|
Loading…
Reference in New Issue
Block a user