dropunused: Support --jobs
Sponsored-by: Kevin Mueller on Patreon
This commit is contained in:
parent
33ba537728
commit
7f38355860
4 changed files with 13 additions and 2 deletions
|
@ -28,6 +28,14 @@ Or, specify "all" to drop all unused data.
|
|||
the last repository that is storing their content. Data loss can
|
||||
result from using this option.
|
||||
|
||||
* `--jobs=N` `-JN`
|
||||
|
||||
Runs multiple drop jobs in parallel. This is particularly useful
|
||||
when git-annex has to contact remotes to check if it can drop content.
|
||||
For example: `-J4`
|
||||
|
||||
Setting this to "cpus" will run one job per CPU core.
|
||||
|
||||
* `--json`
|
||||
|
||||
Enable JSON output. This is intended to be parsed by programs that use
|
||||
|
|
|
@ -1 +1,3 @@
|
|||
Simple "drop" have it, but no for "dropunused". Missed?
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue