2
I am trying to sync from my (Mac) desktop to an iPad and an iPhone. MacOS X mounts WebDAV as a native file system, but syncing results in all files in my directory structure being copied again.
This occurs when I use rsync -a
or even a simple rsync -r
. Various iPhone apps use the WebDAV server in iOS to transfer files. This occurs on several iPhone apps I use, including GoodReader.
Use
--itemize-changes
to find out why the file/directory has been synchronised. If the second character is at
, it was a different time, etc. Seeman rsync
. – janmoesen – 2010-05-05T07:19:47.757is there a WebDav server in iPhone OS???? – robob – 2011-10-11T15:39:27.473