The davfs2 tag has no wiki summary.
0
votes
0answers
87 views
webdav davfs2 input/output error
I've got a box.com account configured in a Linux system so a user can mount it in a certain mountpoint and access its contents. It is declared in fstab as:
https://www.box.com/dav /media/box davfs ...
0
votes
0answers
394 views
Mounting Google Driva via WebDav directly on Google
I would like to mount on my RPi my Google Drive using davfs2 but I did not find any direct way to do it for Google Drive.
There are instructions on how to use dav-pocket to indirectly do that but ...
1
vote
1answer
164 views
rsync: divide out local files in different servers with limited space
I have 80 Gb of files in a local directory that I want to backup dividing them out in different servers with a limited space quota, using rsync, eg:
LOCAL 80 Gb ====> server1: first 30 Gb
...
1
vote
1answer
376 views
davfs2 (mount.davfs) alternatives that support streaming?
mount.davfs (from davfs2) allows one to mount a WebDAV server into the local filesystem. However, even if you want to read only one byte from a file, davfs2 will block until it downloads the whole ...