From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 16:34:36 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B9B71065689 for ; Wed, 2 Jul 2008 16:34:36 +0000 (UTC) (envelope-from mkbucc@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 4EA708FC20 for ; Wed, 2 Jul 2008 16:34:36 +0000 (UTC) (envelope-from mkbucc@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so253695wah.3 for ; Wed, 02 Jul 2008 09:34:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=HiFHFv9XShxijBE9MigQOrv33ql8MHbAEXZtmIUkoBA=; b=ClO4/xJjHYKp6ZbA3/Oum6CqiODfjiaym2q1y08yZIf2X8qGg+NRoc0eHmqF+g1oUW h40rkJ9xVNNX8phVduvcT9WTR4TnDs76NZlmmJAy5rv3hOP/Gx77plFcURqwHs/ZHt8A Fhb4fFosyVZSZDXhPRzNF6CfRzR+huKKNtq/w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=rJYm9MEQPHsyrHnRX3JbNDDF2QeQK4zmGIkslyLZJykqdilmFnmS/1vV0t7T3+lWC0 83GWfX+iPtjm0uzkw7PQ/LWyO1gvhpAEIfBRwP2UXKkTUzYXy7VJLDkZw/GVxmWSoDLJ xEho906gg6SqH5oIdkn0dRYoCmt41uhhpPTXs= Received: by 10.114.196.13 with SMTP id t13mr7145122waf.219.1215016475919; Wed, 02 Jul 2008 09:34:35 -0700 (PDT) Received: by 10.114.14.8 with HTTP; Wed, 2 Jul 2008 09:34:35 -0700 (PDT) Message-ID: <59f4cb420807020934p3404d7bei9307e4526922c90c@mail.gmail.com> Date: Wed, 2 Jul 2008 12:34:35 -0400 From: "Mark B." To: "Wojciech Puchar" In-Reply-To: <20080702182055.Y2069@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <59f4cb420807020759o797a33c7xf295b0066e9d9256@mail.gmail.com> <20080702182055.Y2069@wojtek.tensor.gdynia.pl> Cc: questions@freebsd.org Subject: Re: multi-platform dump and 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: Wed, 02 Jul 2008 16:34:36 -0000 On Wed, Jul 2, 2008 at 12:21 PM, Wojciech Puchar wrote: >> If I dump on amd64 should I be able to >> extract files from the dump on i386? > > i'm almost sure yes but please check > I did and it does. >> >> If so, should it be possible to restore a >> FreeBSD amd64 dump on OpenBSD i386? > > probably not. > You are correct. # gunzip -c var_www_log.1214712054.1.dmp.gz | restore -i -f - . is not on the tape Root directory is not on tape abort? [yn] y dump core? [yn] n # uname -a OpenBSD dev.example.com 4.2 GENERIC#375 i386 How did you guess? m