(no commit message)
authorSimon <Simon@web>
Mon, 28 Oct 2019 15:37:04 +0000 (15:37 +0000)
committeradmin <admin@branchable.com>
Mon, 28 Oct 2019 15:37:04 +0000 (15:37 +0000)
doc/forum/How_do_I_set_up_git_annex_with_nextcloud.mdwn [new file with mode: 0644]

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 (file)
index 0000000..3baad46
--- /dev/null
@@ -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?