File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
content/docs/command-reference Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 153153
154154- ` --to-remote ` - allow a target outside of the DVC repository (e.g. an S3
155155 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.
159159
160160- ` -r <name> ` , ` --remote <name> ` - name of the
161161 [ 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
342342# # Example: Large external data {#straight-to-cache}
343343
344344Sometimes 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?
347346
348347The `--out` option lets you add external data in a way that it's
349348<abbr>cached</abbr> first, and then
You can’t perform that action at this time.
0 commit comments