mirror of
https://github.com/paleotronic/diskm8.git
synced 2024-12-21 03:29:58 +00:00
updated app name to 'diskm8'
This commit is contained in:
parent
086a2da973
commit
b605401357
12
USAGE.md
12
USAGE.md
@ -1,32 +1,32 @@
|
||||
## Usage examples
|
||||
|
||||
Ingest your disk collection, so dskalyzer can report on them:
|
||||
Ingest your disk collection, so diskm8 can report on them:
|
||||
|
||||
```
|
||||
dskalyzer -ingest C:\Users\myname\LotsOfDisks
|
||||
diskm8 -ingest C:\Users\myname\LotsOfDisks
|
||||
```
|
||||
|
||||
Find Whole Disk duplicates:
|
||||
|
||||
```
|
||||
dskalyzer -whole-dupes
|
||||
diskm8 -whole-dupes
|
||||
```
|
||||
|
||||
Find Active Sectors duplicates (inactive sectors can be different):
|
||||
|
||||
```
|
||||
dskalyzer -as-dupes
|
||||
diskm8 -as-dupes
|
||||
```
|
||||
|
||||
Find Duplicate files across disks:
|
||||
|
||||
```
|
||||
dskalyzer -file-dupes
|
||||
diskm8 -file-dupes
|
||||
```
|
||||
|
||||
Find Active Sector duplicates but only under a folder:
|
||||
|
||||
```
|
||||
dskalyzer -as-dupes -select "C:\Users\myname\LotsOfDisks\Operating Systems"
|
||||
diskm8 -as-dupes -select "C:\Users\myname\LotsOfDisks\Operating Systems"
|
||||
```
|
||||
|
||||
|
@ -36,7 +36,7 @@ func Get(id int) *Logger {
|
||||
func NewLogger(id int, app string) *Logger {
|
||||
|
||||
if app == "" {
|
||||
app = "dskalyzer"
|
||||
app = "diskm8"
|
||||
}
|
||||
|
||||
filename := fmt.Sprintf("%s_%d_%s.log", app, id, fts())
|
||||
|
Loading…
Reference in New Issue
Block a user