mirror of
https://github.com/paleotronic/diskm8.git
synced 2024-11-02 22:04:36 +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
|
||||
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:
|
||||
|
||||
diskm8 -ingest "C:\Users\myname\LotsOfDisks"
|
||||
Simple Reports
|
||||
```diskm8 -ingest "C:\Users\myname\LotsOfDisks"```
|
||||
|
||||
### Simple Reports
|
||||
|
||||
Find Whole Disk duplicates:
|
||||
|
||||
diskm8 -whole-dupes
|
||||
```diskm8 -whole-dupes```
|
||||
|
||||
Find Active Sectors duplicates (inactive sectors can be different):
|
||||
|
||||
diskm8 -as-dupes
|
||||
```diskm8 -as-dupes```
|
||||
|
||||
Find Duplicate files across disks:
|
||||
|
||||
diskm8 -file-dupes
|
||||
Limiting reports to subdirectories
|
||||
```diskm8 -file-dupes```
|
||||
|
||||
### Limiting reports to subdirectories
|
||||
|
||||
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