From owner-freebsd-isp Tue Jan 1 18: 8:35 2002 Delivered-To: freebsd-isp@freebsd.org Received: from bessel.tekniikka.turkuamk.fi (bessel.tekniikka.turkuamk.fi [193.166.133.10]) by hub.freebsd.org (Postfix) with ESMTP id 35AD737B41E for ; Tue, 1 Jan 2002 18:08:32 -0800 (PST) Received: from localhost (eyurtese@localhost) by bessel.tekniikka.turkuamk.fi (8.9.2/8.9.2) with ESMTP id EAA83774 for ; Wed, 2 Jan 2002 04:08:30 +0200 Date: Wed, 2 Jan 2002 04:08:29 +0200 (WET) From: Evren Yurtesen To: freebsd-isp@freebsd.org Subject: amd question (mount inside mount?) 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 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? any other suggestions? =) Evren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message