From owner-freebsd-questions Thu Aug 8 2:49:20 2002 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 B4C0437B400 for ; Thu, 8 Aug 2002 02:49:16 -0700 (PDT) Received: from anchor-post-33.mail.demon.net (anchor-post-33.mail.demon.net [194.217.242.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id EF98243E4A for ; Thu, 8 Aug 2002 02:49:15 -0700 (PDT) (envelope-from rob@aphnet.co.uk) Received: from mailgate.aphnet.co.uk ([62.49.140.130] helo=aph2k.aphinternal.aphnet.co.uk) by anchor-post-33.mail.demon.net with esmtp (Exim 3.35 #1) id 17cjuq-0009f2-0X; Thu, 08 Aug 2002 10:49:12 +0100 Received: from aph2k.aphnet.co.uk ([192.168.5.1]) by aph2k.aphinternal.aphnet.co.uk with Microsoft SMTPSVC(5.0.2195.3779); Thu, 8 Aug 2002 10:52:30 +0100 Message-Id: <5.1.1.6.0.20020808103819.02582840@pop3.norton.antivirus> X-Sender: rob@aph2k X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Thu, 08 Aug 2002 10:50:16 +0100 To: Michael Grant , freebsd-questions@freebsd.org From: Rob O'Donnell Subject: Re: disk based backup s/w In-Reply-To: <200208071527.g77FRAP21414@splat.grant.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-OriginalArrivalTime: 08 Aug 2002 09:52:30.0093 (UTC) FILETIME=[4F5D73D0:01C23EC1] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 17:27 07/08/2002 +0200, Michael Grant wrote: >I'm looking for something to backup my files to a spare disk. But not >just something like dump/restore that globs all the files into one >large file (a virtual tape). And not just a cpdup to the spare disk >either. > >I'd like to find something that's a bit more intelligent, something >which lets me easily get at older versions of files or restore an >entire file system. Something which doesn't store multiple copies of >the same file and which uses compression and maybe even encryption. > I've used pdumpfs (it's in sysutils in the ports). It copies the specified directory structure to another disc, in a yyy/mm/dd folder. However it's intelligent enough to spot that the file it's doing now is the same as the copy it did yesterday and just create a link to it instead; net result is you don't eat up disc space for files that don't alter. no compression, and it copies the whole file again if you change just one byte, but it's *very* easy to get back old files - just cd to the right place and cp it out. With disc prices as they are, I just bought a cheap IDE 120Gb to do my backups onto... Hope that helps, Rob, > APH Computers Ltd. Tel: 0161-442 2603 Fax: 0161-443 1162 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message