Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Nov 1999 10:32:39 -0600 (CST)
From:      David Scheidt <dscheidt@enteract.com>
To:        Edward Knight <efknight@bellsouth.net>
Cc:        "questions@FreeBSD.ORG" <questions@FreeBSD.ORG>
Subject:   Re: copying filesystems into larger disk
Message-ID:  <Pine.NEB.3.96.991121103128.84749A-100000@shell-2.enteract.com>
In-Reply-To: <Pine.NEB.3.96.991121102117.84569B-100000@shell-2.enteract.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 21 Nov 1999, David Scheidt wrote:

> /newroot/var, /newroot/usr, etc.
> 
> tar cf - / /var /usr | ( cd /newroot && tar xf -)

This sould be tar clf .... , of course, since we don't want tar to cross the
mount points.  

Opps.  

David



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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