diff options
Diffstat (limited to 'doc/todo/using_url_backend.mdwn')
-rw-r--r-- | doc/todo/using_url_backend.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/using_url_backend.mdwn b/doc/todo/using_url_backend.mdwn new file mode 100644 index 000000000..1f3cd5628 --- /dev/null +++ b/doc/todo/using_url_backend.mdwn @@ -0,0 +1,11 @@ +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.. + +[[done]] |