RSync to WebDAV mounted volume very slow
- by AlexC
I have a mounted WebDAV store, which I am playing around with to try and put together my own pseudo-DropBox set up. However, it seems very slow to upload larger files (my bandwidth graph goes ok for a little bit, then just stops dead for long periods of time).
Has anyone tried this? I'm wondering if the way it gets mounted makes rsync think it's a local drive or something and so may be chattier than it would be if it knew it was a mounted network drive?
(I'm new to rsync so may be all wrong here!)
I'm syncing using rsync -rv /source/directory/ /mounted/webdav/directory/
This is running using MacOS 10.6, and WebDAV is mounted using the native mounting mechanism.