From owner-freebsd-questions@freebsd.org Sat Jun 4 11:09:10 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5B6C0B69EBC for ; Sat, 4 Jun 2016 11:09:10 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: from box-hlm-03.niklaas.eu (box-hlm-03.niklaas.eu [IPv6:2a02:2770:6:0:21a:4aff:feaa:e902]) by mx1.freebsd.org (Postfix) with ESMTP id 20C6C1D9D for ; Sat, 4 Jun 2016 11:09:10 +0000 (UTC) (envelope-from stdin@niklaas.eu) Received: by box-hlm-03.niklaas.eu (Postfix, from userid 1001) id F1257387DF2; Sat, 4 Jun 2016 13:09:01 +0200 (CEST) Date: Sat, 4 Jun 2016 13:09:01 +0200 From: Niklaas Baudet von Gersdorff To: freebsd-questions@freebsd.org Subject: Re: rsync or git backups? Message-ID: <20160604110901.GG57978@box-hlm-03.niklaas.eu> Mail-Followup-To: freebsd-questions@freebsd.org References: <20160601173909.GB97464@ayvali.org> <20160603190617.GR42477@ayvali.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160603190617.GR42477@ayvali.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Jun 2016 11:09:10 -0000 N.J. Thomas [2016-06-03 12:06 -0700] : > There was a story on HackerNews about rsnapshot yesterday, the > discussion was informative: > > https://news.ycombinator.com/item?id=11817701 > > Several rsnapshot alternatives came up during that discussion > > Attic - https://attic-backup.org/ > Borg - https://borgbackup.readthedocs.io/en/stable/ > Obnam - http://obnam.org/ Plus "bup" -- for the sake of completeness. I quickly read through the story and as I got it borg and attic are related while borg solved some security issue that attic has. Obnam is a different approach that has a "well documented filesystem" but can't do rolling checksums (whatever that is, there's a reference about that though). And bup is based on git. P.S.: Thanks for sharing the link! Niklaas