From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12338 invoked from network); 10 Sep 2021 04:47:06 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 10 Sep 2021 04:47:06 -0000 Received: from localhost ([::1]:39158 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mOYRL-00087p-SH for ml@inbox.vuxu.org; Fri, 10 Sep 2021 00:47:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36684) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOYRJ-00087g-E9 for info-gnus-english@gnu.org; Fri, 10 Sep 2021 00:47:01 -0400 Received: from ciao.gmane.io ([116.202.254.214]:34106) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mOYRI-0001Xy-4f for info-gnus-english@gnu.org; Fri, 10 Sep 2021 00:47:01 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mOYRG-0003ip-GJ for info-gnus-english@gnu.org; Fri, 10 Sep 2021 06:46:58 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org From: Pankaj Jangid Subject: Re: synchronizing gnus sessions on multiple computers Date: Fri, 10 Sep 2021 10:16:42 +0530 Message-ID: References: <875yv9nxnn.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) Cancel-Lock: sha1:1lDAbwT4diF4ZypjNxnkOUHyOk0= Received-SPF: pass client-ip=116.202.254.214; envelope-from=gegu-info-gnus-english@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: -15 X-Spam_score: -1.6 X-Spam_bar: - X-Spam_report: (-1.6 / 5.0 requ) BAYES_00=-1.9, HEADER_FROM_DIFFERENT_DOMAINS=0.25, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: "info-gnus-english" "Roland Winkler" writes: > - How can I tell gnus (in a running emacs session) that I've rsync'ed > all local user directories and gnus should update itself accordingly > when, for example, articles are marked as read or expired. > > - Where does gnus store the information that I have read or marked for > expiration some news or mail articles in a group? When you are rsync’ing between two machines, you need to do it for the following files/directories: ~/News/ ~/Mail/ ~/.gnus.el ~/emacs.d/ ; (this is required for syncing other Emacs settings) ~/.newsrc ; (there are multiple formats newsrc.eld, newsrc.el ; or just .newsrc, This is what you are looking for.) ~/.authinfo.gpg ; (.newsrc, .authinfo etc.) Others, please add if I am missing some files/dirs.