summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marco <Marco@web>2016-10-19 03:42:42 +0000
committerGravatar admin <admin@branchable.com>2016-10-19 03:42:42 +0000
commit9b3eb3a21f177bf15522d950c9229cb39a8483d8 (patch)
tree08b0af4a165e0cab61fe89499ffc2ae04a235fc9
parentdc454c46290bf0ab6f330f93275ee6f7331f6ddb (diff)
Added a comment: 1und1 Online Speicher
-rw-r--r--doc/special_remotes/webdav/comment_16_2a11dfc1fd159a6b9a25cde71ffec80b._comment17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/special_remotes/webdav/comment_16_2a11dfc1fd159a6b9a25cde71ffec80b._comment b/doc/special_remotes/webdav/comment_16_2a11dfc1fd159a6b9a25cde71ffec80b._comment
new file mode 100644
index 000000000..eba946eaa
--- /dev/null
+++ b/doc/special_remotes/webdav/comment_16_2a11dfc1fd159a6b9a25cde71ffec80b._comment
@@ -0,0 +1,17 @@
+[[!comment format=mdwn
+ username="Marco"
+ avatar="http://cdn.libravatar.org/avatar/8cf5e1484973d4f4e58b00720e0dbb26"
+ subject="1und1 Online Speicher"
+ date="2016-10-19T03:42:42Z"
+ content="""
+1und1 (a german ISP) will give you up to 1 TB of space hooked to your DSL account. The setup is a bit weird, so here a short way through that worked for me.
+
+FIrst you need to create a service account to connect to your online storage. To create this account you need to go to the legacy control center. https://login.1und1.de/xml/config/ConfigMain;jsessionid=expired.TCpfix90a?__reuse=123
+Go to \"Online Speicher\" and activate it. Next go to \"Zugänge > Dienstepasswort\" and ensure that one is set up. It seems that you have to wait some time until the password is useable.
+
+The host you need to use is: https://sd2dav.1und1.de/ instead of the one that is mentioned in the manual.
+
+Now you can set the remote up:
+
+> WEBDAV_USERNAME='...' WEBDAV_PASSWORD='...' git annex initremote one type=webdav url=https://sd2dav.1und1.de/git-annex chunk=100mb encryption=shared
+"""]]