From owner-freebsd-questions@freebsd.org Fri Jun 3 19:06:25 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 41D91B69DE0 for ; Fri, 3 Jun 2016 19:06:25 +0000 (UTC) (envelope-from njt@ayvali.org) Received: from zaph.org (zaph.org [199.48.132.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "zaph.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 29DDA18C6 for ; Fri, 3 Jun 2016 19:06:24 +0000 (UTC) (envelope-from njt@ayvali.org) Received: by zaph.org (Postfix, from userid 1001) id 3300D497E13; Fri, 3 Jun 2016 12:06:17 -0700 (PDT) Date: Fri, 3 Jun 2016 12:06:17 -0700 From: "N.J. Thomas" To: freebsd-questions Subject: Re: rsync or git backups? Message-ID: <20160603190617.GR42477@ayvali.org> References: <20160601173909.GB97464@ayvali.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160601173909.GB97464@ayvali.org> User-Agent: Mutt/1.6.0 (2016-04-01) 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: Fri, 03 Jun 2016 19:06:25 -0000 * N.J. Thomas [2016-06-01 10:39:09-0700]: > If you don't have these stored on ZFS filesystems, then check out > rsnapshot as an alternative: > > http://rsnapshot.org/ 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/ Just fyi. Thomas