Interface FsckAnxOptions

FsckAnxOptions defines the supported options for the git-annex fsck command.

Hierarchy

Properties

--all?: null

Causes all versions of all files to be fscked.

--branch?: string

Operates on files in the specified branch or treeish.

--debug?: null

Displays debug messages.

--debugfilter?: string | string[]

Shows debug messages coming from a module.

--explain?: null

Displays explanations of what git-annex takes into account when deciding what to do.

--fast?: null

Avoids slow operations normally performed by a command.

--force?: null

Allows actions that may lose annexed data

--from?: string

Checks the specified remote, rather than the local repository.

--incremental?: null

Starts a new incremental fsck pass.

--incremental-schedule?: string

Sets the time period between incremental fsck.

--jobs?: string | number

Specifies the number of cores to use for checking in parallel.

--json?: null

Produces a JSON object on each line of output. Type predicate isActionResult may be passed to safeParse or safeParseToArray when processing the output.

--key?: string

Fscks the specified key.

--mincopies?: string | number

Overrides the mincopies setting.

--more?: null

Resumes the last incremental fsck pass where it left off.

--no-debug?: null

Prevents debug message display.

--numcopies?: string | number

Overrides the numcopies setting.

--quiet?: null

Suppresses verbose output.

--size-limit?: string

Limits the total size of annexed files a git-annex command can process.

--time-limit?: string

Limits the duration of a git-annex command.

--unused?: null

Operates on files found by last run of git-annex unused.

--verbose?: null

Enables verbose display.

-c?: [string, string] | [string, string][]

Overrides Git configuration settings.

matching?: string | string[]

Specifies the file matching options.

Matching is an anonymous option. The name matching is not presented to the git-annex command. The values passed to the matching option are passed to git-annex in the order provided.

Consult the git-annex matching options documentation for the possible options.