From mboxrd@z Thu Jan 1 00:00:00 1970 From: Myles English Subject: Re: Favorite way of syncing? Date: Fri, 11 Sep 2015 23:05:11 +0100 Message-ID: <87bnd8fw88.fsf@gmail.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaWPi-0007kv-7X for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 18:03:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZaWPf-0007wU-2c for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 18:03:22 -0400 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:38630) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZaWPe-0007wI-Rs for emacs-orgmode@gnu.org; Fri, 11 Sep 2015 18:03:18 -0400 Received: by wiclk2 with SMTP id lk2so72573138wic.1 for ; Fri, 11 Sep 2015 15:03:18 -0700 (PDT) In-reply-to: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Tobias Frischholz Cc: Org Mode Mailing List Hi Tobias, Tobias Frischholz writes: > I was wondering what is your favorite way of syncing your org files and everything. For org files I use git combined with myrepos and it has been working very well for me for several years. For dotfiles I recently discovered vcsh, also synced via myrepos. It too is working nicely so far. When I leave one computer I type 'mr update' and everything syncs to a server running gitolite that manages bare repos. When I get to another computer I type 'mr update' to sync it again. It is quite complicated but does the job. https://myrepos.branchable.com https://github.com/RichiH/vcsh http://gitolite.com/gitolite/index.html Myles