Optional --backendSpecifies the key-value backend to use when importing from a special remote. Method GitAnnexAPI.getBackends obtains a list of backend names.
Optional --contentDownloads annexed content from the special remote. See also --no-content.
Optional --debugDisplays debug messages.
Optional --debugfilterShows debug messages coming from a module.
Optional --explainDisplays explanations of what git-annex takes into account when deciding what to do.
Optional --fastAvoids slow operations normally performed by a command.
Optional --forceAllows actions that may lose annexed data
Optional --fromSpecifies the source special remote.
Optional --jobsSpecifies the number of cores to use for importing multiple files in parallel.
Optional --jsonProduces a JSON object on each line of output. Type predicate isActionResult may be passed to safeParse or safeParseToArray when processing the output.
Optional --json-Includes error messages in the json instead of sending them to standard error.
Optional --json-Includes progress objects in JSON output. Specifying --json-progress automatically enables --json. Type predicate isActionProgress may be passed to safeParse or safeParseToArray when processing the output.
Optional --mincopiesOverrides the mincopies setting.
Optional --no-Adds gitignored files.
Optional --no-Does not download annexed content from the special remote. git-annex keys are generated from information provided by the special remote. See also --content.
Optional --no-Prevents debug message display.
Optional --numcopiesOverrides the numcopies setting.
Optional --quietSuppresses verbose output.
Optional --size-Limits the total size of annexed files a git-annex command can process.
Optional --time-Limits the duration of a git-annex command.
Optional --verboseEnables verbose display.
Optional -cOverrides Git configuration settings.
ImportOptions defines the supported options for the git-annex import command.