The webdav tag has no wiki summary.
1
vote
0answers
16 views
davfs2 keep files cached longer
I'm using davfs2 to sync with my box.com account and I'm trying to play with the cache settings to get more Dropbox-like functionality.
I've noticed that after I don't open a file for a little while ...
5
votes
2answers
1k views
Mount ubuntu one or similar web storage services without their clients
I think the title is self explanatory. I want to mount a folder to sync with my Ubuntu One account. The only restriction is that I dont want to use the client provided. I use Arch Linux if it counts. ...
3
votes
0answers
171 views
How to merge multiple WebDAV accounts for backup?
I use davfs, aufs, rsync:
sudo mount -t davfs -o uid=wd,gid=wd,dir_mode=777,rw https://wd1.wd.wd/ /mnt/webdav1
sudo mount -t davfs -o uid=wd,gid=wd,dir_mode=777,rw https://wd1.wd.wd/ /mnt/webdav2
...
2
votes
1answer
454 views
affordable cloud space for a duplicity backup? [closed]
I'm searching for around 1TB of cloud space for backup using the Unix/Linux duplicity backup tool? Are there any recommendations?
3
votes
1answer
396 views
Connect to Webdav (https) with domain\user
I have a problem trying to connect with our network webdav share on mac osx. I can connect from windows, so it's working. On Mac OSX I have set the routes, and I can connect when using "Transmit" but ...
1
vote
1answer
179 views
wdfs mount problem
I'm running Fedora/Gnome 3.4.2 64bit and I'm trying to mount a webdav file system to work with.
As root, I run the command
#mkdir /mnt/webdav
#wdfs https://www.webiste.com:port/directory ...
3
votes
1answer
495 views
Self hosted cloud storage
I'm looking for some software that would provide features like Dropbox.
Will a simple webdav be enough for this use case?
2
votes
1answer
271 views
dav2fs caching problem on Debian Squeeze
I have apache/mod_dav and davfs2 all on the same host. davfs2 is used to mount what Apache is serving to the local filesystem - a sort of loopback. The purpose is that the content of the files served ...
3
votes
2answers
2k views
How to copy someone's else folders from public.me.com with a wget-like tool?
How can I copy a folder from http://public.me.com/ (a service related to iDisk, or MobileMe) to my local filesystem with a Unix tool (like wget, a command-line non-interactive tool)?
The problem is ...
5
votes
1answer
1k views
Is it possible to run a webdav fuse client with no root access?
I have seen examples showing how to use davfs2 under linux, but each has involved one of these things:
Running mount as root
Adding an entry to /etc/fstab
Running mount.davfs setuid, which, alas, ...
2
votes
2answers
283 views
How to easily and securely share files on a linux system over the internet?
I can think of a couple of ways which are not that easy:
ftp - user needs ftp (or even ftps) client, active vs. passive, firewalls
https - only for download
webDAV - setup of apache is rather ...

