From owner-freebsd-isp Tue Jan 1 19:13:58 2002 Delivered-To: freebsd-isp@freebsd.org Received: from inet03.citec.qld.gov.au (inet03.citec.qld.gov.au [203.5.10.10]) by hub.freebsd.org (Postfix) with ESMTP id 91C0F37B423 for ; Tue, 1 Jan 2002 19:13:55 -0800 (PST) Received: by inet03.citec.qld.gov.au; id NAA11097; Wed, 2 Jan 2002 13:13:45 +1000 (EST) Received: from citecub.citec.qld.gov.au( 131.242.4.98) by inet03.citec.qld.gov.au via smap (V2.0) id xma010975; Wed, 2 Jan 02 13:13:41 +1000 Received: from guru.citec.qld.gov.au by citecub.citec.qld.gov.au (SMI-8.6/SMI-SVR4) id NAA28233; Wed, 2 Jan 2002 13:13:40 +1000 Received: from localhost (sgcccdc@localhost) by guru.citec.qld.gov.au (8.9.3/8.9.3) with ESMTP id NAA90372; Wed, 2 Jan 2002 13:13:39 +1000 (EST) (envelope-from sgcccdc@citec.qld.gov.au) X-Authentication-Warning: guru.citec.qld.gov.au: sgcccdc owned process doing -bs Date: Wed, 2 Jan 2002 13:13:38 +1000 (EST) From: Colin Campbell To: Evren Yurtesen Cc: Subject: Re: amd question (mount inside mount?) In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, On Wed, 2 Jan 2002, Evren Yurtesen wrote: > Hello > I would like to replicate the whole filesystem structure of 1 machine in > another so I can take backup easily. > I have found out that there is little problems with that. > I have /backup directory in the backup machine and the mounts should > appear as /backup/{machine_name}... > so it should look like > /backup/{machine_name}/ > /backup/{machine_name}/var > /backup/{machine_name}/usr > but when I set amd to mount / filesystem it doesnt create links for var > and usr filesystems. > how can I entirely mimic the filesystem structure of a machine in another > with nfs? You need to mount (or configure amd to mount) host:/ on /backup/host/ host:/var on /backup/host/var host:/usr on /backup/host/usr Colin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message