This commit is contained in:
Joey Hess 2010-10-19 16:07:33 -04:00
parent 05539c773e
commit b1d22b3229
2 changed files with 10 additions and 1 deletions

View file

@ -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..

View file

@ -18,7 +18,7 @@ revision control.
## documentation
* [[man page|git-annex]]
* [[git-annex man page|git-annex]]
* [[key-value backends|backends]] for data storage
* [[location_tracking]] reminds you where git-annex has seen files
* git-annex prevents accidential data loss by [[tracking copies|copies]]