From mboxrd@z Thu Jan 1 00:00:00 1970 From: myglc2 Subject: backup w/ duplicity borg attic bup? Date: Wed, 10 May 2017 15:52:32 -0400 Message-ID: <8660h8h4lb.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57054) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d8Xf4-0004Up-LQ for guix-devel@gnu.org; Wed, 10 May 2017 15:52:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d8Xf0-0002GN-L8 for guix-devel@gnu.org; Wed, 10 May 2017 15:52:38 -0400 Received: from mail-qt0-x234.google.com ([2607:f8b0:400d:c0d::234]:34002) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d8Xf0-0002FN-AY for guix-devel@gnu.org; Wed, 10 May 2017 15:52:34 -0400 Received: by mail-qt0-x234.google.com with SMTP id j29so1361967qtj.1 for ; Wed, 10 May 2017 12:52:34 -0700 (PDT) Received: from g1 (c-73-167-118-254.hsd1.ma.comcast.net. [73.167.118.254]) by smtp.gmail.com with ESMTPSA id r40sm2946976qkr.13.2017.05.10.12.52.32 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 May 2017 12:52:33 -0700 (PDT) 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" To: guix-devel@gnu.org I am looking for a command line de-duplicating backup tool. I will be using it between GuixSD, Guix/GNU/Linux, and MacOS. Based on what I see in gnu/packages/backup.scm and in https://brew.sh, duplicity, borg and attic seem like they could be good choices. I am also intrigued by bup (https://github.com/bup/bup), for which we don't have a package (yet). I would like to avoid python, but all of the above seem to use it ;-( Does anyone out have suggestions? TIA - George