From owner-freebsd-questions@FreeBSD.ORG Tue Jan 17 20:34:38 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 47CCD16A422 for ; Tue, 17 Jan 2006 20:34:38 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4DE043D46 for ; Tue, 17 Jan 2006 20:34:35 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (localhost [127.0.0.1]) by chylonia.3miasto.net (8.13.4/8.13.4) with ESMTP id k0HKYTgM072801 for ; Tue, 17 Jan 2006 21:34:29 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost) by chylonia.3miasto.net (8.13.4/8.13.4/Submit) with ESMTP id k0HKYSdq072798 for ; Tue, 17 Jan 2006 21:34:29 +0100 (CET) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Tue, 17 Jan 2006 21:34:27 +0100 (CET) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: freebsd-questions@freebsd.org Message-ID: <20060117213244.I72507@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Subject: /sbin/restore broken??!! 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, 17 Jan 2006 20:34:38 -0000 or maybe dump while testing my full backup with restore -rvf, after 7-th DVD restoring fine, when started to restore 8-th DVD it prepends ? to every file name like this: extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/a2p extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/msggrep extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/gettext extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/msgconv extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/ngettext extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/msgfmt extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/msgcmp extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/msgmerge extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/msgunfmt extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/screen-3.9.13 extract file ?/home/kopie/3miasto.net/root/NetBSD-1-5/usr/pkg/bin/msgattrib and of course failed to create. i stopped restore, added symlink with ln -s . \? and rerun it from DVD 8 so it is able to restore files. but what's this "?" ??!!