From 84a3d8298a523e588adf886e1e570c2e7a2da0f1 Mon Sep 17 00:00:00 2001 From: "http://templeofcrom.duckdns.org/" Date: Mon, 29 Jun 2020 20:15:21 +0000 Subject: [PATCH] --- doc/forum/initremote_type__61__web.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/forum/initremote_type__61__web.mdwn diff --git a/doc/forum/initremote_type__61__web.mdwn b/doc/forum/initremote_type__61__web.mdwn new file mode 100644 index 0000000000..3bb420b7a1 --- /dev/null +++ b/doc/forum/initremote_type__61__web.mdwn @@ -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?