RSync to WebDAV mounted volume very slow
        Posted  
        
            by 
                AlexC
            
        on Super User
        
        See other posts from Super User
        
            or by AlexC
        
        
        
        Published on 2010-09-25T22:13:09Z
        Indexed on 
            2011/11/12
            17:56 UTC
        
        
        Read the original article
        Hit count: 424
        
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.
© Super User or respective owner