You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/basics/101-117-sharelocal2.rst
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -117,11 +117,12 @@ We can also see a report of the source that git-annex uses to retrieve the conte
117
117
$ datalad get books/bash_guide.pdf
118
118
119
119
Both of these files were retrieved "``from origin...``".
120
-
``Origin`` is Git terminology for "from where the dataset was copied from" -- ``origin`` therefore is the original ``DataLad-101`` dataset.
121
-
If your roommate did not have access to the same file system or you'd deleted your ``DataLad-101`` dataset, the second file would be retrieved "``from web...``" - its registered second source, its original download URL.
120
+
``Origin`` is Git terminology for "from where the dataset was copied from" -- ``origin`` therefore is the original ``DataLad-101`` dataset from which file content can be retrieved from very fast.
122
121
123
-
Let's see this in action for another file.
124
-
The ``.mp3`` files in the ``longnow`` seminar series are registered in a similar fashion [#f1]_.
122
+
If your roommate did not have access to the same file system or you deleted your ``DataLad-101`` dataset, this output would look differently.
123
+
The ``datalad get`` command would fail on the ``TLCL.pdf`` book without a known second source, and ``bash_guide.pdf`` would be retrieved "``from web...``" - the registered second source, its original download URL.
124
+
Let's see a retrieval from ``web`` in action for another file.
125
+
The ``.mp3`` files in the ``longnow`` seminar series have registered web URLs [#f1]_.
125
126
126
127
.. runrecord:: _examples/DL-101-117-104
127
128
:language: console
@@ -134,6 +135,7 @@ The ``.mp3`` files in the ``longnow`` seminar series are registered in a similar
0 commit comments