diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-09-06 23:32:14 +0200 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2015-09-06 23:32:14 +0200 |
commit | 38ea8d1d86a1a10473f6999133e92be78a1fa179 (patch) | |
tree | 1b90b7520bc3345543a24561291a238cf772028a /doc | |
parent | 67ed7e40be69e82fdff674aee71cfa5dc789f4d3 (diff) | |
download | volse-hubzilla-38ea8d1d86a1a10473f6999133e92be78a1fa179.tar.gz volse-hubzilla-38ea8d1d86a1a10473f6999133e92be78a1fa179.tar.bz2 volse-hubzilla-38ea8d1d86a1a10473f6999133e92be78a1fa179.zip |
Update dav_mount.bb
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dav_mount.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index 663251a9d..0fd3d4691 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -32,7 +32,7 @@ Where [baseurl] is the URL of your hub, /mount/point is the location you want to For example, if I wanted to mount my cloud to a directory called 'cloud' in my home directory, and my username was bob, my fstab would be
-[code][baseurl]/cloud/ /home/bob/cloud davfs user,noauto,uid=bob,file_mode=600,dir_mode=700 0 1[/code]
+[code][baseurl]/dav/ /home/bob/cloud davfs user,noauto,uid=bob,file_mode=600,dir_mode=700 0 1[/code]
Now, create the mount point.
@@ -49,7 +49,7 @@ Create a file called 'secrets' and add your cloud login credentials
[code]
-[baseurl]/cloud <username> <password>
+[baseurl]/dav <username> <password>
[/code]
Where <username> and <password> are the username and password [i]for your hub[/i].
@@ -60,7 +60,7 @@ Don't let this file be writeable by anyone who doesn't need it with Finally, mount the drive.
-[code]mount [baseurl]/cloud[/code]
+[code]mount [baseurl]/dav[/code]
You can now find your cloud at /home/bob/cloud and use it as though it were part of your local filesystem - even if the applications you are using have no dav support themselves.
|