This commit is contained in:
http://templeofcrom.duckdns.org/ 2020-06-29 20:15:21 +00:00 committed by admin
parent 95b8b4a5af
commit 84a3d8298a

View file

@ -0,0 +1,5 @@
Is there an easy way to setup a web remote with a URL to an existing annex such as the following?
git annex initremote my_annex type=web URL=http://my_server.net/path/to/annex
I've created an annex mirror using an rsync special remote on a web server. I can browse the files via HTTP, but how do I tell git annex to fetch the files from there?