From owner-freebsd-questions@FreeBSD.ORG Thu Aug 12 06:28:05 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CFFC5106567C for ; Thu, 12 Aug 2010 06:28:05 +0000 (UTC) (envelope-from christer.solskogen@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 831D98FC18 for ; Thu, 12 Aug 2010 06:28:05 +0000 (UTC) Received: by qwg5 with SMTP id 5so1252268qwg.13 for ; Wed, 11 Aug 2010 23:28:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=lzUbBRIYRJRuTbQvTf2fGudb0Xwu/1F2Je+gS+JjiCw=; b=XmUs/mpy3V0YVZRaA6q0Rro9pE7bDj/Dv6rUvqCfdb3mf2pWUAk+5XwGEbN43YhLZl YB1BMQsjPn8jh2gdhEChhB6fo5/Jhv7LLikyaFYaWCAJQKDGJYyB54hokZh+DF1PT20/ DqWcP6uaXv4h7BAJzTtfl9VRaB+pBLJAlZfMU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=dpdGyYXwOfnVP7tpd749ZjUYbVsIxfHpkGoDtHMyw7YkQBpqpBlPNQ4iBttfbgNzr4 psa5VHXkmYXJTgZBBgm1YJEm1qysv+iz+E0+1cFrBjxKhS8eHZiaL783FLIEc7ayHi+i nTUPBiBP+kqpvtKl4awWHt3DMBqFwXasFunPY= MIME-Version: 1.0 Received: by 10.224.66.165 with SMTP id n37mr11719635qai.10.1281594484927; Wed, 11 Aug 2010 23:28:04 -0700 (PDT) Received: by 10.229.246.133 with HTTP; Wed, 11 Aug 2010 23:28:04 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Aug 2010 08:28:04 +0200 Message-ID: From: Christer Solskogen To: Chris Maness Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: Jail from dump/restore? 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: Thu, 12 Aug 2010 06:28:05 -0000 On Wed, Aug 11, 2010 at 10:57 PM, Chris Maness wrote: > Is it possible to create a jail from a dump/restore of a real system. > If so, would I just restore the dump to the jail tld? > That should be possible yes. But it's probably a better idea to just create a new jail and transfer the data, then you'll get rid of old cruft. -- chs,