reorg
This commit is contained in:
parent
fed1d3c1f5
commit
81f71e57b9
15 changed files with 22 additions and 0 deletions
11
doc/todo/using_url_backend.mdwn
Normal file
11
doc/todo/using_url_backend.mdwn
Normal file
|
@ -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]]
|
Loading…
Add table
Add a link
Reference in a new issue