From owner-freebsd-firewire@FreeBSD.ORG Fri Jul 4 04:04:46 2003 Return-Path: Delivered-To: freebsd-firewire@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5DD0C37B401 for ; Fri, 4 Jul 2003 04:04:46 -0700 (PDT) Received: from post.webmailer.de (natsmtp01.webmailer.de [192.67.198.81]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3857944015 for ; Fri, 4 Jul 2003 04:04:44 -0700 (PDT) (envelope-from oliver.hoffmann@uw-service.de) Received: from hermes2.uwskoeln.de (sys-82.netsystec.de [194.8.213.82] (may be forged)) by post.webmailer.de (8.12.8/8.8.7) with ESMTP id h64B4bqi018210 for ; Fri, 4 Jul 2003 13:04:40 +0200 (MEST) Received: from [192.168.8.25] (helo=uw-service.de) by hermes2.uwskoeln.de with esmtp (Exim 3.35 #1 (Debian)) id 19YOMo-0002LT-00 for ; Fri, 04 Jul 2003 13:04:38 +0200 Received: from hoffmann.uwskoeln.de by uw-service.de with SMTP (MDaemon.PRO.v5.0.5.R) for ; Fri, 04 Jul 2003 13:05:19 +0200 From: Oliver Hoffmann To: Hidetoshi Shimokawa Date: Fri, 4 Jul 2003 13:03:21 +0200 User-Agent: KMail/1.5.2 References: <200307021338.18065.oliver.hoffmann@uw-service.de> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307041303.21727.oliver.hoffmann@uw-service.de> X-Return-Path: oliver.hoffmann@uw-service.de X-MDaemon-Deliver-To: freebsd-firewire@freebsd.org cc: freebsd-firewire@freebsd.org Subject: Re: 5.1-Release saved my day! X-BeenThere: freebsd-firewire@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Vendors pre-release coordination List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 11:04:46 -0000 Hi all! > I'm glad to hear that. I think you don't need to unload sbp/firewire > modules after backup finished. It will be obsolete, since I'll upgrade my second server to 5.1 as well. > If you are interested in a faster backup method, ufs snapshot and > ufs_copy would help you. Yes, it sounds good. But I'm missing a few hints about the procedure of getting the software installed (compiled). I unpacked it to /usr/local/ufs_copy and made a make. Seems to be that something is missing: Warning: Object directory not changed from original /usr/local/ufs_copy cc -O -pipe -Wall -Wformat -c ufs_copy.c ufs_copy.c:56: libufs.h: No such file or directory ufs_copy.c:59: stdint.h: No such file or directory ufs_copy.c:79: syntax error before `total' ufs_copy.c:79: warning: type defaults to `int' in declaration of `total' ufs_copy.c:79: warning: data definition has no type or storage class ufs_copy.c:159: syntax error before `fs_size' ufs_copy.c:160: warning: return-type defaults to `int' ufs_copy.c: In function `fs_size': ... and so on. What do I need to have before I try a "make" ? Thanks for help! Regards, Oliver.