Skip to content

Commit

Permalink
docs: updates to grubbers and usurp docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Jan 26, 2024
1 parent 7e3e0a9 commit 43db803
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/grubbers.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The output is displayed on STDOUT and is tab-delimited with these columns:
| 2 | number of duplicates found |
| 3 | total size of all duplicates |
| 4 | size of each duplicate |
| 5 | "##"-separated list of duplicates |
| 5 | ";"-separated list of duplicates |
| 6 | duplicate files |

Here is an example output line:
Expand Down
10 changes: 10 additions & 0 deletions docs/usurp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Deleting these high-value duplicates has the biggest impact on the users overall
- `--hash` a hash from its first column of the grubber TSV.
- `--force` (OPTIONAL) if the duplicates are cross-device then hard links cannot be made, with `--force` you can force using sym-links instead.

The GRUBBER file has the following columns:
| Column | Description |
| ------ | ------------------------------------- |
| 1 | combined hash |
| 2 | number of duplicates found |
| 3 | total size of all duplicates |
| 4 | size of each duplicate |
| 5 | ";"-separated list of duplicates |
| 6 | duplicate files |

```bash
usage: spacesavers2_usurp [-h] -g GRUBBER -x HASH [-f | --force | --no-force]

Expand Down

0 comments on commit 43db803

Please sign in to comment.