Skip to content

user-guide: review "Managing External Data" examples #411

@jorgeorpinel

Description

@jorgeorpinel

Per request from @MrOutis in treeverse/dvc#2092 (comment)

See doc in question: https://dvc.org/doc/user-guide/managing-external-data#examples (SSH)

This part specifically for example may not make sense:

# Add SSH remote to be used as cache location for SSH files
dvc remote add sshcache ssh://user@example.com:/cache

# Tell dvc to use the 'sshcache' remote as SSH cache location
dvc config cache.ssh sshcache

# Add data on SSH directly
dvc add ssh://user@example.com:/mydata

Because the sshcache remote name is never used.

  • Also, the paths used in SSH URIs throughout don't match (:/cache vs :/mydata vs :/home/shared/data.txt).

Related to #143

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: docsArea: user documentation (gatsby-theme-iterative)C: guideContent of /doc/user-guidetype: enhancementSomething is not clear, small updates, improvement suggestions🐛 type: bugSomething isn't working.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions