File: using_url_backend.mdwn

package info (click to toggle)
git-annex 3.20120629
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,000 kB
  • sloc: haskell: 12,228; makefile: 93; ansic: 84; perl: 37; sh: 10
file content (11 lines) | stat: -rw-r--r-- 299 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
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]]