From owner-freebsd-questions@FreeBSD.ORG Tue Sep 5 20:51:48 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7E19E16A501 for ; Tue, 5 Sep 2006 20:51:48 +0000 (UTC) (envelope-from jeff.rollin@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66F4B43D6D for ; Tue, 5 Sep 2006 20:51:41 +0000 (GMT) (envelope-from jeff.rollin@gmail.com) Received: by wr-out-0506.google.com with SMTP id 68so695756wri for ; Tue, 05 Sep 2006 13:51:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=ddfYi1omKF/fpROGr1eI4defyuwmwPzN+/ae7n0BLAc2NmpxxWdbsbDqVlXkaBRyTpqFsLPEbLzJ7dqRM5M6metGxBbeTHdBo7O6eEFXb/0OtapK+xTxBpFiBALaGfW6cClm1gQMK2geN1fjF/PRk9vFybxDfc7dIAptfjyNNc4= Received: by 10.90.113.20 with SMTP id l20mr1946938agc; Tue, 05 Sep 2006 13:51:40 -0700 (PDT) Received: by 10.90.98.12 with HTTP; Tue, 5 Sep 2006 13:51:40 -0700 (PDT) Message-ID: <8a0028260609051351s3fa770bbgd95c6a1159855656@mail.gmail.com> Date: Tue, 5 Sep 2006 21:51:40 +0100 From: "Jeff Rollin" To: "Chuck Swiger" In-Reply-To: <121D3BD0-623D-4019-94ED-BA271481D830@mac.com> MIME-Version: 1.0 References: <94ff3700609051322m1c63420xe5e6e379a21906b2@mail.gmail.com> <62577AB3-E7BF-488F-8903-8DE9BB53452B@mac.com> <94ff3700609051341g57aae9b1gb7ce05f04f3c2d12@mail.gmail.com> <121D3BD0-623D-4019-94ED-BA271481D830@mac.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Jordi Carrillo , FreeBSD Mailing Lists Subject: Re: Backing up X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Sep 2006 20:51:48 -0000 On 05/09/06, Chuck Swiger wrote: > > On Sep 5, 2006, at 1:41 PM, Jordi Carrillo wrote: > > I was thinking about using rdiff-backup to do incremental backups > > and ext2 type filesystem, as I don't use windows at all. Ext2 > > because I sometimes switch to Linux. I don't know if FFS is > > recognized by Linux. > > I think modern flavors of Linux support FFS OK, so FFS should work, > otherwise ext2... > > -- In order for Linux to read FFS filesystems, you'll probably have to recompile your kernel. Jeff Rollin