From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 0/6] Add borg Date: Thu, 24 Mar 2016 17:55:55 -0400 Message-ID: <20160324215555.GA2153@jasmine> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajDEQ-000862-Ly for guix-devel@gnu.org; Thu, 24 Mar 2016 17:55:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajDEM-0007oM-Jo for guix-devel@gnu.org; Thu, 24 Mar 2016 17:55:54 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45377) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajDEM-0007o7-7L for guix-devel@gnu.org; Thu, 24 Mar 2016 17:55:50 -0400 Received: from localhost (c-69-249-5-231.hsd1.pa.comcast.net [69.249.5.231]) by mail.messagingengine.com (Postfix) with ESMTPA id 7E629C00013 for ; Thu, 24 Mar 2016 17:55:49 -0400 (EDT) Content-Disposition: inline In-Reply-To: List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org On Mon, Mar 14, 2016 at 07:34:20PM -0400, Leo Famulari wrote: > These patches add the borg backup program [0], which is a more actively > developed fork of attic [1]. Applied, with changes, as 229b36617a > > Borg is compatible with the current version of python-llfuse (1.0), but > this required changes in borg [2]. Since attic has not had any updates > since borg was forked, I think it's reasonable to guess that attic still > requires python-llfuse@0.41. So, this patch set updates llfuse while > keeping the old version around. > > These patches also update python-msgpack and clean up its python-2 > variant. > > [0] > http://borgbackup.readthedocs.org/en/latest/ > > [1] > https://attic-backup.org/ > > [2] > https://github.com/borgbackup/borg/commit/dbec05ab73b30f655021118e62bc94c547870472 > > Leo Famulari (6): > gnu: python-msgpack: Update to 0.4.7. > gnu: python-msgpack: Use 'python2-variant'. > gnu: attic: Specify dependency on python-llfuse@0.41. > gnu: python-llfuse: Update to 1.0, keep 0.41 variant. > gnu: Add borg. > gnu: python-llfuse@0.41: Update to 0.41.1. > > gnu/packages/backup.scm | 65 ++++++++++++++++++++++++++++++++++++++++++++++--- > gnu/packages/python.scm | 48 +++++++++++++++++++++++++----------- > 2 files changed, 96 insertions(+), 17 deletions(-) > > -- > 2.6.3 > >