<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Tue, 2011-05-10 at 06:28 -0400, Adam Tauno Williams wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Tue, 2011-05-10 at 11:56 +0200, mayak-cq wrote:
&gt; On Tue, 2011-05-10 at 09:34 +0100, Andy Bennett wrote: 
&gt; &gt; &gt; i have a rather peculiar case involving an offline user, who has no
&gt; &gt; &gt; possibility of internet given his location (satellite is too expensive).
&gt; &gt; &gt; there is power, and he has computer, and there is a &quot;proxy&quot; -- i.e.
&gt; &gt; &gt; someone who passes once a day in the late afternoon, and picks up a usb
&gt; &gt; &gt; key and takes it back into town to send contents as e-mails.
&gt; &gt; &gt; ideally, the proxy's computer would somehow sync with the usb disk, as
&gt; &gt; &gt; well as the user's.
&gt; &gt; &gt; has anyone dealt with something similar?
&gt; &gt; &gt; with my sincerest thanks
&gt; &gt; How about moving a UUCP spool on the USB stick? ;-)
&gt; &gt; You could use something like rsync on &quot;incoming&quot; and &quot;outgoing&quot; folder.
&gt; &gt; Is it just for eMail? What format are the messages in?
&gt; the user is running windows, and has a preference for using lookout. i
&gt; suppose that i could ask that he run thunderbird instead -- lookout
&gt; uses a single file pst, so concurrency is really difficult unless the
&gt; pst file is not the main/default one. at least thunderbird uses file
&gt; based message store, but alas, windblows doesn't run rsync (iirc).
&gt; maybe a secondary pst is the solution ... user would have drag all the
&gt; contents from secondary pst to primary pst. whatta drag!

rsync is useless for this use-case.  The PST is just a single binary
BLOB.  I don't believe it would solve the issue for TB either; just
swapping out file contents underneath applications leads to an entire
host of issues [cache coherency, etc...].

You need to find an 'intelligent' solution; such as UUCP
store-and-forward that 'understands' the message level unit-of-work.
</PRE>
</BLOCKQUOTE>
thanks everyone for the help :-)<BR>
<BR>
regrettably, both the proxy and the user are technically weak, and are only windows fluent.<BR>
<BR>
i'm going to take a look at some connectors (bynari and so forth) to see if i can &quot;sync&quot; the message store to the usb disk. if it works, it would be more simplistic and clean.<BR>
<BR>
my thought about thunderbird and rsync may be possible as well -- thunderbird stores messages in files and would therefore be a candidate for rsync ...<BR>
<BR>
will report back<BR>
<BR>
thanks<BR>
<BR>
m<BR>
<BR>
</BODY>
</HTML>