diff options
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/using_url_backend.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/bugs/using_url_backend.mdwn b/doc/bugs/using_url_backend.mdwn new file mode 100644 index 000000000..a0d447c6e --- /dev/null +++ b/doc/bugs/using_url_backend.mdwn @@ -0,0 +1,9 @@ +There is no way to `git annex add` a file using the URL [[backend|backends]]. + +For now, we have to manually make the symlink. Something like this: + + ln -s .git/annex/URL:http:%%www.example.com%foo.tar.gz + +Note the escaping of slashes. + +A `git annex register <url>` command could do this.. |