What is the easiest way to keep an offline copy of a webdav share?

6

3

I have a webdav share configured for my small group of users. This is great for sharing files, like Dropbox. But it lacks Dropbox's functionality of keeping the files locally when the computer is disconnected from the internet.

Certain users in my group require that these files be locally accessible (via a prior, automated sync) even when there is no internet access.

I'm looking for a solution to this (or multiple solutions) that will work on both Windows and Mac OSX. Rsync looks good, but I've heard of issues with it being slow with webdav, it will be hard to configure for my OSX users, and unavailable to my users on Windows.

Is there an open-source tool, or some easily configured built-in tool, that can automate this process for these users?

ringmaster

Posted 2010-11-25T15:48:09.957

Reputation: 189

Question was closed 2015-02-06T05:16:03.387

Also consider using a distributed version control system, like Git or Mercurial. – Mechanical snail – 2012-08-16T05:52:28.570

Answers

2

WebDAV-Sync

Have you tried WebDAV-Sync?

It is open source.

There is a configuration file, and it syncs when you execute it.


my-cloud-sync

my-cloud-sync is a Dropbox clone developed by Alfresco Inc..

Internally it uses Sardine, a WebDAV library, so as far as I understand it can sync with any WebDAV server.

Nicolas Raoul

Posted 2010-11-25T15:48:09.957

Reputation: 7 766

Lftp can be used to mirror a WebDAV folder. – chriscowley – 2015-10-14T13:50:11.430