Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 2004 15:08:24 +0100
From:      Martin Brecher <listuser@mb-itconsulting.com>
To:        Scott Mitchell <scott+freebsd@fishballoon.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Plan 9 style backup utility for FreeBSD?
Message-ID:  <3FFC12D8.7070409@mb-itconsulting.com>
In-Reply-To: <20040103105731.GA14806@tuatara.fishballoon.org>
References:  <20040102172714.507A371B6@sierra.rtfm.com> <20040103105731.GA14806@tuatara.fishballoon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <http://www.rsnapshot.org/>. Does not seem to be in the 
ports collection, though.

Greetings,
Martin



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FFC12D8.7070409>