Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Aug 2010 00:31:20 +0530
From:      ashish@FreeBSD.org (Ashish SHUKLA)
To:        Carl Johnson <carlj@peak.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Gnus issue in FreeBSD
Message-ID:  <86fwypornj.fsf@chateau.d.if>
In-Reply-To: <871va9dp7p.fsf@cjlinux.localnet> (Carl Johnson's message of "Sun, 08 Aug 2010 09:49:30 -0700")
References:  <878w4svp18.fsf@cjlinux.localnet> <87r5ihbpoe.fsf@cjlinux.localnet> <86aaoxprjv.fsf_-_@chateau.d.if> <871va9dp7p.fsf@cjlinux.localnet>

next in thread | previous in thread | raw e-mail | index | archive | help
--=-=-=
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable

Carl Johnson writes:

[...]

> How do you sync the mailboxes together?  That sounds like something
> that could be useful for my configuration.  Actually I am trying to
> move my old mail from Linux to FreeBSD, but syncing might be an easier
> way to handle moving it.

I use following sh script to synchronize my mailbox stuff which includes
Maildirs, Gnus configuration, procmail configuration, mairix db, etc.

#v+
#!/bin/sh

cwd=3D$(pwd)

cd
for i in .newsrc .newsrc.eld .newsrc~ .newsrc.eld~ .newsrc-dribble~ .gnus .=
gnus.elc .procmailrc mail/ .maildir/ .mutt/ Mail/ News/ .mairix/; do
	if [ -d ${i} ]; then cd ${i} ; fi
	rsync -rvzdlt --delete /disks/bsd-home/${USER}/${i} .
	if [ -d $HOME/${i} ]; then cd ; fi
done
cd ${cwd}
#v-

HTH
=2D-=20
Ashish SHUKLA      | GPG: F682 CDCC 39DC 0FEA E116  20B6 C746 CFA9 E74F A4B0
freebsd.org!ashish | http://people.freebsd.org/~ashish/

=E2=80=9CWe could tell you what it's about. But then, of course, we'd have =
to
kill you.=E2=80=9D (tagline of movie "Sneakers", 1992)

--=-=-=
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (GNU/Linux)

iQIcBAEBCgAGBQJMXv8EAAoJEMdGz6nnT6SwPasP/25aSf+2CaBXwpq37ipXVpEH
KvAn37neUxIX72Igh6lHIQglNnHANpLW6hE8E+lKVO9JxsJgXCdyEzUAV1+oaR6u
hRXS2dM6D7rZY0XyhAV9bZ3E8C3hInDb4onHnM5o/EGaEC2Q4tHVXaVCQhz7+P3v
4m2DsCG1jseRIenKKdH3jwRqdI4Id5/fykGydYI+BmSm5++ObcfEP2312oQzV+S/
6bapDGGF3f0GXkOlf4GbahZ4UV+LPwdZ3BydwvYG3Nb04psRcUYzuTdpqO4a/O8z
xfMbG0zIUWIF6FxlDvmI9hGe8HQymHhbL87z45AYmamQlemh0W1PiX1NQbjUdv5L
9XxzQu6Kreu/rdGTd8wfGF8tUrAtBQ41l2EUFAaORFJkxG85L2UDT/u9oX/DQgT6
ABhK1bSxLCzpkTdMwdmUZfAzMRyJItsPt/wPod8eqPNA5twexXlJu3/yVnPhYL1l
huEz7o3rQ0eOHrT9XKU9IG+5pIqGYryK1k2PDVDqv8niC5T6D4TNxZRhBFke0xkn
ogbIilZgL9yWwaaW9nP1h7xAo8yAoPTCepgrB9BvJ7v+ahxHYDQZlyspf+a8o7GJ
0R6mqtEwexVn9J6wRnKv6yRxGDZRpWTiM81VrlQ13DUoDjdG6NeH58MlXQ4DmwxD
PaHnoWLtChlqW5WKNn2m
=6OH5
-----END PGP SIGNATURE-----
--=-=-=--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86fwypornj.fsf>