From owner-freebsd-firewire@FreeBSD.ORG Fri Jul 4 06:18:34 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 3DED537B401 for ; Fri, 4 Jul 2003 06:18:34 -0700 (PDT) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [133.11.205.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EC943F85 for ; Fri, 4 Jul 2003 06:18:32 -0700 (PDT) (envelope-from simokawa@sat.t.u-tokyo.ac.jp) Received: from is1.mh.itc.u-tokyo.ac.jp (is1.mh.itc.u-tokyo.ac.jp [127.0.0.1]) by is1.mh.itc.u-tokyo.ac.jp (Postfix) with ESMTP id EE1F221824A for ; Fri, 4 Jul 2003 22:18:29 +0900 (JST) Received: from mailhosting.itc.u-tokyo.ac.jp (IDENT:mirapoint@mailhosting.itc.u-tokyo.ac.jp [133.11.205.3]) h64DITBd019635; Fri, 4 Jul 2003 22:18:29 +0900 Received: from ett.sat.t.u-tokyo.ac.jp (ett.sat.t.u-tokyo.ac.jp [133.11.135.3])3.3.5-GR) with ESMTP id AJE53428; Fri, 4 Jul 2003 22:18:28 +0900 (JST) Date: Fri, 04 Jul 2003 22:18:28 +0900 Message-ID: From: Hidetoshi Shimokawa To: Oliver Hoffmann In-Reply-To: <200307041303.21727.oliver.hoffmann@uw-service.de> References: <200307021338.18065.oliver.hoffmann@uw-service.de> <200307041303.21727.oliver.hoffmann@uw-service.de> User-Agent: Wanderlust/2.11.0 (Wonderwall) REMI/1.14.3 (Matsudai) FLIM/1.14.3 (=?ISO-8859-1?Q?Unebigory=F2mae?=) APEL/10.3 MULE XEmacs/21.4 (patch 8) (Honest Recruiter) (i386--freebsd) X-Face: OE([KxWyJI0r[R~S/>7ia}SJ)i%a,$-9%7{*yihQk|]gl}2p#"oXmX/fT}Bn7: #j7i14gu$jgR\S*&C3R/pJX List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 13:18:34 -0000 FreeBSD-5.1 should have liufs.h in /usr/include. It cannot be compiled on FreeBSD-4. If you have problem with compile, I put a static linked binary at: http://people.freebsd.org/~simokawa/ufs/ufs_copy which should work both on -stable and -current. /\ Hidetoshi Shimokawa \/ simokawa@sat.t.u-tokyo.ac.jp PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html At Fri, 4 Jul 2003 13:03:21 +0200, Oliver Hoffmann wrote: > > 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. > >