Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Jan 2002 13:13:38 +1000 (EST)
From:      Colin Campbell <sgcccdc@citec.qld.gov.au>
To:        Evren Yurtesen <eyurtese@turkuamk.fi>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Re: amd question (mount inside mount?)
Message-ID:  <Pine.BSF.4.33.0201021312140.89403-100000@guru.citec.qld.gov.au>
In-Reply-To: <Pine.A41.4.10.10201020404380.111874-100000@bessel.tekniikka.turkuamk.fi>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.33.0201021312140.89403-100000>