From owner-freebsd-questions@FreeBSD.ORG Wed Oct 25 16:15:17 2006 Return-Path: X-Original-To: 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 79AEB16A407 for ; Wed, 25 Oct 2006 16:15:17 +0000 (UTC) (envelope-from doug@polands.org) Received: from corinth.polands.org (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A88943D4C for ; Wed, 25 Oct 2006 16:15:02 +0000 (GMT) (envelope-from doug@polands.org) Received: from email.polands.org (ammon.polands.org [172.16.1.7]) by corinth.polands.org (8.13.6/8.13.6) with ESMTP id k9PGF1HU039104 for ; Wed, 25 Oct 2006 11:15:01 -0500 (CDT) (envelope-from doug@polands.org) Received: from 209.103.215.99 (proxying for 209.103.215.99) (SquirrelMail authenticated user djp) by email.polands.org with HTTP; Wed, 25 Oct 2006 11:15:01 -0500 (CDT) Message-ID: <52897.209.103.215.99.1161792901.squirrel@email.polands.org> Date: Wed, 25 Oct 2006 11:15:01 -0500 (CDT) From: "Doug Poland" To: questions@freebsd.org User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: ClamAV 0.88.4/2098/Wed Oct 25 08:14:20 2006 on corinth.polands.org X-Virus-Status: Clean Cc: Subject: Moving jails from one computer to another 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: Wed, 25 Oct 2006 16:15:17 -0000 Hello, I'm curious if anyone has comments on moving a jail environment from one computer to another. Not having actually tried it yet, it would seem to be possible given: Both computers: are the same arch (i386, in my case). are running the same kernel and userland (e.g., FreeBSD RELENG_6_1) have identical jail environments (e.g., sysutils/ezjail) Of course, minor modifications may need to be made for IP addresses and such. It would seem this scenario would be good for developing things like web-based applications on a development server, then deploying the final product to a production server. Comments, thoughts, criticisms welcomed. -- Regards, Doug