.TH datalad-install 1 2016\-11\-10 "datalad-install 0.4.1" .SH SYNOPSIS \fBdatalad\-install\fR [--version] [-h] [-l LEVEL] [-p {condor}] [-s SOURCE] [-d DATASET] [-g] [-D DESCRIPTION] [-r] [--recursion-limit LEVELS] [--if-dirty {fail,save-before,ignore}] [--nosave] [--reckless] [--git-opts STRING] [--git-clone-opts STRING] [--annex-opts STRING] [--annex-init-opts STRING] [-J NJOBS] [PATH [PATH ...]] .SH DESCRIPTION Install a dataset from a (remote) source. .br .br This command creates a local sibling of an existing dataset from a .br (remote) location identified via a URL or path. Optional recursion into .br potential subdatasets, and download of all referenced data is supported. .br The new dataset can be optionally registered in an existing .br superdataset by identifying it via the DATASET argument (the new .br dataset's path needs to be located within the superdataset for that). .br .br It is recommended to provide a brief description to label the dataset's .br nature *and* location, e.g. "Michael's music on black laptop". This helps .br humans to identify data locations in distributed scenarios. By default an .br identifier comprised of user and machine name, plus path will be generated. .br .br When only partial dataset content shall be obtained, it is recommended to .br use this command without the GET\-DATA flag, followed by a .br `get` operation to obtain the desired data. .br .br NOTE .br Power\-user info: This command uses git clone, and .br git annex init to prepare the dataset. Registering to a .br superdataset is performed via a git submodule add operation .br in the discovered superdataset. .SH OPTIONS PATH path/name of the installation target. If no PATH is provided a destination path will be derived from a source URL similar to git clone. [Default: None] \fB--version\fR show the program's version and license information \fB-h\fR, \fB--help\fR, \fB--help-np\fR show this help message. --help-np forcefully disables the use of a pager for displaying the help message \fB-l\fR LEVEL, \fB--log-level\fR LEVEL set logging verbosity level. Choose among critical, error, warning, info, debug. Also you can specify an integer <10 to provide even more debugging information \fB-p\fR {condor}, \fB--pbs-runner\fR {condor} execute command by scheduling it via available PBS. For settings, config file will be consulted \fB-s\fR SOURCE, \fB--source\fR SOURCE URL or local path of the installation source. Constraints: value must be a string [Default: None] \fB-d\fR \fI\s-1DATASET\s0\fR, \fB--dataset\fR \fI\s-1DATASET\s0\fR specify the dataset to perform the install operation on. If no dataset is given, an attempt is made to identify the dataset in a parent directory of the current working directory and/or the PATH given. Constraints: Value must be a Dataset or a valid identifier of a Dataset (e.g. a path) [Default: None] \fB-g\fR, \fB--get-data\fR if given, obtain all data content too. [Default: False] \fB-D\fR \fI\s-1DESCRIPTION\s0\fR, \fB--description\fR \fI\s-1DESCRIPTION\s0\fR short description of this dataset instance that humans can use to identify the repository/location, e.g. "Precious data on my laptop. Constraints: value must be a string [Default: None] \fB-r\fR, \fB--recursive\fR if set, recurse into potential subdataset. [Default: False] \fB--recursion-limit\fR LEVELS limit recursion into subdataset to the given number of levels. Constraints: value must be convertible to type 'int' [Default: None] \fB--if-dirty\fR {fail,save-before,ignore} desired behavior if a dataset with unsaved changes is discovered: 'fail' will trigger an error and further processing is aborted; 'save-before' will save all changes prior any further action; 'ignore' let's datalad proceed as if the dataset would not have unsaved changes. [Default: 'save-before'] \fB--nosave\fR by default all modifications to a dataset are immediately saved. Given this option will disable this behavior. [Default: True] \fB--reckless\fR Set up the dataset to be able to obtain content in the cheapest/fastest possible way, even if this poses a potential risk the data integrity (e.g. hardlink files from a local clone of the dataset). Use with care, and limit to "read-only" use cases. With this flag the installed dataset will be marked as untrusted. [Default: False] \fB--git-opts\fR STRING option string to be passed to git calls. Constraints: value must be a string [Default: None] \fB--git-clone-opts\fR STRING option string to be passed to git clone calls. Constraints: value must be a string [Default: None] \fB--annex-opts\fR STRING option string to be passed to git annex calls. Constraints: value must be a string [Default: None] \fB--annex-init-opts\fR STRING option string to be passed to git annex init calls. Constraints: value must be a string [Default: None] \fB-J\fR NJOBS, \fB--jobs\fR NJOBS how many parallel jobs (where possible) to use. Constraints: value must be convertible to type 'int' [Default: None] .SH AUTHORS datalad is developed by The DataLad Team and Contributors .