Skip to content

Commit

Permalink
docs: remove external local outputs scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Jun 2, 2020
1 parent aefba93 commit e724d5a
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions content/docs/user-guide/managing-external-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ DVC project. DVC will track changes in them and reflect this in the output of
Currently, the following types (protocols) of external outputs (and
<abbr>cache</abbr>) are supported:

- Local files and directories outside of your <abbr>workspace</abbr>
- SSH
- Amazon S3
- Google Cloud Storage
Expand All @@ -42,22 +41,6 @@ in the same external/remote file system first.
## Examples

For the examples, let's take a look at a [stage](/doc/command-reference/run)
that simply moves local file to an external location, producing a `data.txt.dvc`
DVC-file.

### Local file system path

The default local cache location is `.dvc/cache`, so there is no need to specify
it explicitly.

```dvc
$ dvc add /home/shared/mydata
$ dvc run -d data.txt \
-o /home/shared/data.txt \
cp data.txt /home/shared/data.txt
```

### SSH

```dvc
Expand Down

0 comments on commit e724d5a

Please sign in to comment.