From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82434 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.gnus.general Subject: Re: Why gnus-sync? Date: Wed, 24 Oct 2012 15:37:12 -0400 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zk3bzmon.fsf@lifelogs.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1351107489 14695 80.91.229.3 (24 Oct 2012 19:38:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 24 Oct 2012 19:38:09 +0000 (UTC) Cc: ding@gnus.org To: Dave Abrahams Original-X-From: ding-owner+M30700@lists.math.uh.edu Wed Oct 24 21:38:17 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TR6mK-0006DT-SW for ding-account@gmane.org; Wed, 24 Oct 2012 21:38:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TR6lV-0008BB-AG; Wed, 24 Oct 2012 14:37:21 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TR6lT-0008B0-Nq for ding@lists.math.uh.edu; Wed, 24 Oct 2012 14:37:19 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TR6lS-0004o3-CA for ding@lists.math.uh.edu; Wed, 24 Oct 2012 14:37:19 -0500 Original-Received: from z.lifelogs.com ([173.255.230.239]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TR6lQ-000505-FD for ding@gnus.org; Wed, 24 Oct 2012 21:37:16 +0200 Original-Received: from heechee (c-76-28-40-19.hsd1.vt.comcast.net [76.28.40.19]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: tzz) by z.lifelogs.com (Postfix) with ESMTPSA id 2DF2D6E55E; Wed, 24 Oct 2012 19:37:13 +0000 (UTC) X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6;d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" In-Reply-To: (Dave Abrahams's message of "Wed, 24 Oct 2012 12:56:51 -0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82434 Archived-At: On Wed, 24 Oct 2012 12:56:51 -0400 Dave Abrahams wrote: DA> I was just thinking about using gnus-sync to synchronize my newsgroups DA> across computers, but then I realized (I think) that I could just keep DA> my .newsrc* in a Dropbox or some such. Is there any advantage to DA> gnus-sync over an arrangement like that? The LeSync (CouchDB) backend is a bit better about synchronizing: it won't overwrite newer data when you `s'ave the marks, and it has a timestamped ID for every group. So you can read some groups and only save those, not the whole file. Ted