Gentoo Archives: gentoo-user

From: Norberto Bensa <nbensa@×××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] /usr and /home to another partition
Date: Fri, 07 Oct 2005 12:08:19
Message-Id: 200510070903.27133.nbensa@gmx.net
In Reply to: Re: [gentoo-user] /usr and /home to another partition by "Hemmann
1 Hemmann, Volker Armin wrote:
2 > if you want to use copy, I would prefer cp -a ;)
3
4 Use tar since cp wont preserve empty dirs.
5
6 # cd /path/to/old/dir
7 # tar cf - * | ( cd /path/to/new/dir && tar xf - )
8
9
10 > They used tar, for some reasons they mentioned and I forgot ;)
11
12 :)
13
14 --
15 Norberto Bensa
16 4544-9692
17 Ciudad de Buenos Aires, Argentina
18 --
19 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] /usr and /home to another partition Matthias Langer <mlangc@×××.at>