From owner-freebsd-questions@FreeBSD.ORG Wed Jan 7 06:08:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C390716A4CE for ; Wed, 7 Jan 2004 06:08:30 -0800 (PST) Received: from Mail1.KONTENT.De (mail1.kontent.de [81.88.34.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DB3543D46 for ; Wed, 7 Jan 2004 06:08:28 -0800 (PST) (envelope-from listuser@mb-itconsulting.com) Received: from mb-itconsulting.com (p5084F575.dip.t-dialin.net [80.132.245.117]) by Mail1.KONTENT.De (Postfix) with ESMTP id 096C123CDFE; Wed, 7 Jan 2004 15:08:34 +0100 (CET) Message-ID: <3FFC12D8.7070409@mb-itconsulting.com> Date: Wed, 07 Jan 2004 15:08:24 +0100 From: Martin Brecher User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040102 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Scott Mitchell References: <20040102172714.507A371B6@sierra.rtfm.com> <20040103105731.GA14806@tuatara.fishballoon.org> In-Reply-To: <20040103105731.GA14806@tuatara.fishballoon.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Plan 9 style backup utility for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jan 2004 14:08:30 -0000 Scott Mitchell wrote: [...] >> >>Is there some standard tool for doing this on FreeBSD? You can't just >>do a direct copy cause this results in major disk space wastage so I'm >>imagining you need to use hard links or something to keep the size down. > > > Check out rsync and the "--link-dest=DIR" option. This will hardlink > unchanged files to the previous copy in the link-dest directory, rather > than copying the data again. > I just saw a project named rsnapshot on freshmeat.net: rsnapshot is a filesystem snapshot utility based on rsync. It makes it easy to make periodic snapshots of local machines, and remote machines over ssh. It uses hard links whenever possible, to greatly reduce the disk space required. Homepage is . Does not seem to be in the ports collection, though. Greetings, Martin