Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Matt Lundin <mdl@imapmail.org>
To: info-gnus-english@gnu.org
Subject: Re: Solution for gnus wide sync
Date: Sat, 04 Sep 2010 13:57:09 -0400	[thread overview]
Message-ID: <87k4n11jey.fsf@fastmail.fm> (raw)
In-Reply-To: <86wrr34ypd.fsf@gmail.com>

pocmatos@gmail.com (Paulo J. Matos) writes:

> I am currently using GNUS widely at home, on the laptop and at
> work. However, annoyingly I don't have any sync setup between gnus
> besides the config file through git and dropbox.
>
> What I would like is to sync 
> - the topic setup
> - subscribed newsgroups
> - newsgroup message status (read, expired, etc)
>
> Any tips on how to do this or workarounds to this?

I place everything of importance in a single ~/gnus/ directory and then
sync it across multiple machines using git.

--8<---------------cut here---------------start------------->8---
  (setq 
   gnus-startup-file "~/gnus/.newsrc"
   gnus-directory "~/gnus/"
   gnus-registry-cache-file "~/gnus/.gnus.registry.eld"
   gnus-dribble-directory "~/gnus/"
   mail-source-directory "~/gnus/incoming/"
   gnus-cache-directory "~/gnus/cache/"
   )
--8<---------------cut here---------------end--------------->8---

One could use rsync or unision or one of many version control systems to
sync the data.

Note: my setup is a bit more complicated than this because I use local
mail backends (nnml, nnfolder) along with a local dovecot server
(nnimap), but the above should suffice for news. 

Hope this helps,
Matt

  reply	other threads:[~2010-09-04 17:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-02 21:34 Paulo J. Matos
2010-09-04 17:57 ` Matt Lundin [this message]
2010-09-08 21:27   ` Paulo J. Matos
     [not found] <mailman.4.1283465117.6661.info-gnus-english@gnu.org>
2010-09-02 22:19 ` Jason Earl
2010-09-03  0:09   ` Rafael
2010-09-03  5:53     ` Andi Albrecht
2010-12-12 20:15       ` Brett Viren
2014-02-18 15:04         ` regcl

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k4n11jey.fsf@fastmail.fm \
    --to=mdl@imapmail.org \
    --cc=info-gnus-english@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).