From owner-freebsd-current@FreeBSD.ORG Tue Apr 20 11:47:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 094CC16A4CE; Tue, 20 Apr 2004 11:47:22 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5145E43D1F; Tue, 20 Apr 2004 11:47:21 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id 737EB652FE; Tue, 20 Apr 2004 19:47:19 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13596-01-6; Tue, 20 Apr 2004 19:47:19 +0100 (BST) Received: from empiric.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 82338651F4; Tue, 20 Apr 2004 19:47:18 +0100 (BST) Received: by empiric.dek.spc.org (Postfix, from userid 1001) id D17B860EE; Tue, 20 Apr 2004 19:47:17 +0100 (BST) Date: Tue, 20 Apr 2004 19:47:17 +0100 From: Bruce M Simpson To: "Brian F. Feldman" Message-ID: <20040420184717.GE724@empiric.dek.spc.org> References: <20040420150916.GA1535@frontfree.net> <200404201557.i3KFvbhQ050153@green.homeunix.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200404201557.i3KFvbhQ050153@green.homeunix.org> cc: current@freebsd.org cc: Daniel Lang Subject: Re: A way to recover deleted files (just contents) from USF2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2004 18:47:22 -0000 On Tue, Apr 20, 2004 at 11:57:37AM -0400, Brian F. Feldman wrote: > That sounds like a cool idea. Maybe you could write a small program to do > that and an rc.d script for it? Simplest operation would be something like: [snip] I second that this also sounds like a cool idea, albeit limited on a per-filesystem basis. Snapshotting all filesystems would obviously be a bad idea. BMS