From acae35d6e1f2cc7dda4d1d9a625290a0da45d3a6 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 28 Oct 2019 15:37:04 +0000 Subject: [PATCH] --- .../How_do_I_set_up_git_annex_with_nextcloud.mdwn | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/How_do_I_set_up_git_annex_with_nextcloud.mdwn diff --git a/doc/forum/How_do_I_set_up_git_annex_with_nextcloud.mdwn b/doc/forum/How_do_I_set_up_git_annex_with_nextcloud.mdwn new file mode 100644 index 0000000000..3baad46a75 --- /dev/null +++ b/doc/forum/How_do_I_set_up_git_annex_with_nextcloud.mdwn @@ -0,0 +1,10 @@ +I am probably doing something fundamentally wrong. Here are the steps I've tried: + +1. Create a new repository using the webapp (on two virtual machines) +2. Create a nextcloud account and folder and on the first VM ran: `WEBDAV_USERNAME=test WEBDAV_PASSWORD=whocaresforatest git annex initremote owncloud type=webdav url=https://SERVERNAME/remote.php/webdav/annex chunk=10mb encryption=hybrid keyid=randomkey@igenerated.forthis`. This seemed to lead to some synchronization. +3. Did the same thing on the second virtual machine. +4. On the first VM ran: `git annex enableremote owncloud keyid+=keyigenerated@forthesecond.vm` + +The problem is, both seem to sync something to the nextcloud installation but they don't seem to be syncing with each other. + +What did I do wrong?