remove non ascii whitespaces
This commit is contained in:
parent
598a10bc28
commit
5a6d6c4d13
117 changed files with 1928 additions and 1928 deletions
|
@ -59,7 +59,7 @@ $ mergerfs.fsck -v -f manual /path/to/dir
|
|||
```
|
||||
|
||||
## mergerfs.dup
|
||||
Duplicates files & directories across branches in a pool. The file selected for duplication is picked by the `dup` option. Files will be copied to drives with the most free space. Deleted from others if `prune` is enabled.
|
||||
Duplicates files & directories across branches in a pool. The file selected for duplication is picked by the `dup` option. Files will be copied to drives with the most free space. Deleted from others if `prune` is enabled.
|
||||
|
||||
```shell
|
||||
usage: mergerfs.dup [<options>] <dir>
|
||||
|
@ -91,7 +91,7 @@ optional arguments:
|
|||
```
|
||||
|
||||
## mergerfs.dedup
|
||||
Finds and removes duplicate files across mergerfs pool's branches. Use the `ignore`, `dedup`, and `strict` options to target specific use cases.
|
||||
Finds and removes duplicate files across mergerfs pool's branches. Use the `ignore`, `dedup`, and `strict` options to target specific use cases.
|
||||
|
||||
```shell
|
||||
usage: mergerfs.dedup [<options>] <dir>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue