update
This commit is contained in:
parent
05539c773e
commit
b1d22b3229
2 changed files with 10 additions and 1 deletions
9
doc/bugs/using_url_backend.mdwn
Normal file
9
doc/bugs/using_url_backend.mdwn
Normal 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..
|
|
@ -18,7 +18,7 @@ revision control.
|
||||||
|
|
||||||
## documentation
|
## documentation
|
||||||
|
|
||||||
* [[man page|git-annex]]
|
* [[git-annex man page|git-annex]]
|
||||||
* [[key-value backends|backends]] for data storage
|
* [[key-value backends|backends]] for data storage
|
||||||
* [[location_tracking]] reminds you where git-annex has seen files
|
* [[location_tracking]] reminds you where git-annex has seen files
|
||||||
* git-annex prevents accidential data loss by [[tracking copies|copies]]
|
* git-annex prevents accidential data loss by [[tracking copies|copies]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue