-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user-guide: review "Managing External Data" examples #411
Comments
I don't think that's correct actually. The remote is registered and then configured as the SSH cache. The paths are strange though, not only because # Add data on SSH directly
dvc add ssh://[email protected]:/mydata
|
Another note to add to this document (and to the external dependencies one) is that SSH remote locations (and soon others) now support adding entire directories. See iterative/dvc#1654 (comment). |
Also now directories are supported for s3 too iterative/dvc#2619 |
I just noticed that this is all done now. |
See doc in question: https://dvc.org/doc/user-guide/managing-external-data#examples (SSH)
This part
specificallyfor example may not make sense:Because thesshcache
remote name is never used.:/cache
vs:/mydata
vs:/home/shared/data.txt
).Related to #143
The text was updated successfully, but these errors were encountered: