summaryrefslogtreecommitdiff
path: root/doc/special_remotes/webdav/comment_16_2a11dfc1fd159a6b9a25cde71ffec80b._comment
blob: eba946eaa2551c78e4b01eb68fa9dedde6776221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
"""]]