From: Chris G. <ch...@ar...> - 2005-11-07 12:46:29
|
On Mon, Nov 07, 2005 at 11:45:54AM +0000, Chris Green wrote: > On Mon, Nov 07, 2005 at 12:29:40PM +0100, tp...@so... wrote: > > Zitat von Chris Green <ch...@ar...>: > > > > > Having looked into this I have come to the following conclusion. > > > > > > Mailsync only works 'with ssh' to a remote IMAP server, I'm pretty > > > sure it can't access an ordinary mbox (or other) hierarchy on a remote > > > machine by using ssh. > > > > > > I *think* the example in the examples documentation is just that, > > > accessing a remote mh mailbox system which happens to have an IMAP > > > server using the mh hierarchy. > > > > > > If anyone can point me to some documentation and/or help suggesting > > > otherwise then I'd be very pleased to know about it. > > > > What about accessing the remote files through shfs or fuse? > > > > * mount the remount machine through shfs or fuse > > * access it like it were local > > > > It's probably going to be a bandwidth killer though, so it might not be > > practicable... > > > > See http://shfs.sf.net > > Thanks, that's certainly a possibility, I'd looked for utilities like > this before but not found them. > It's more than a possibility, I have FUSE and sshfs installed and working already, amazingly simple for something like that. I did a quick timing check to see how slow it is compared with a straight file copy using rsync (no existing files so it really was a copy):- rsync: 3m 48.661s sshfs: 10m 2.824s That's not half bad really, it's around 2.5 times as slow (this was copying about 32Mb of maildir hierarchy, e.g. lots of small files). I can live with that sort of speed as the backup/archiving can run as a cron job in the middle of the night. So it's back to mbox and then getting mailsync to do what I want between two 'local' directories. Thanks again for the idea. -- Chris Green (ch...@ar...) "Never ascribe to malice that which can be explained by incompetence." |