|
153 | 153 |
|
154 | 154 | - `--to-remote` - allow a target outside of the DVC repository (e.g. an S3 |
155 | 155 | object, SSH directory URL, file on mounted volume, etc.) but don't move it |
156 | | - into the workspace, nor cache it. [Store a copy](#straight-to-remote) on a |
157 | | - remote instead (the default one unless `-r` is specified). Use `dvc pull` to |
158 | | - get the data locally later. |
| 156 | + into the workspace, nor cache it. [Store a copy](#straight-to-remote) on a DVC |
| 157 | + remote instead (the default one unless `-r` is specified) to skip the local |
| 158 | + file system. Use `dvc pull` to get the data later. |
159 | 159 |
|
160 | 160 | - `-r <name>`, `--remote <name>` - name of the |
161 | 161 | [remote](/doc/command-reference/remote) to store data on (can only be used |
@@ -342,8 +342,7 @@ Only the hash values of the `dir/` directory (with `.dir` file extension) and |
342 | 342 | ## Example: Large external data {#straight-to-cache} |
343 | 343 |
|
344 | 344 | Sometimes you may want to add a large dataset currently found in an external |
345 | | -location, so it becomes local to the project. But what if there's not enough |
346 | | -disk space to download the data? |
| 345 | +location. But what if there's not enough disk space to download the data? |
347 | 346 |
|
348 | 347 | The `--out` option lets you add external data in a way that it's |
349 | 348 | <abbr>cached</abbr> first, and then |
@@ -383,8 +382,7 @@ outs: |
383 | 382 |
|
384 | 383 | Similarly to the previous scenario, you may sometimes want to add a large |
385 | 384 | dataset found externally into a regular <abbr>project</abbr> (with a local |
386 | | -<abbr>cache</abbr>). Can it be done without downloading the data locally (for |
387 | | -now)? Yes! |
| 385 | +<abbr>cache</abbr>). Can it be done without downloading the data locally? Yes! |
388 | 386 |
|
389 | 387 | The `--to-remote` option lets you store a copy of the target data on a |
390 | 388 | [DVC remote](/doc/command-reference/remote), while creating a `.dvc` file |
|
0 commit comments