Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Moving linux system to another partition
Date: Fri, 08 Jun 2007 16:00:34
Message-Id: 1181318091.6030.19.camel@blackwidow.nbk
In Reply to: [gentoo-user] Moving linux system to another partition by Aleksey Kunitskiy
1 On Fri, 2007-06-08 at 18:05 +0300, Aleksey Kunitskiy wrote:
2 > Hi all,
3 >
4 > Is it safe to move my linux system by using:
5 > #>cp -rp /mnt/old_part /mnt/new_part
6 > and approriate changes in grub.conf/fstab on new system location ?
7
8 'cp -a' (or better rsync -a) is probably better than 'cp -rp' for that
9 purpose. But what I usually do is 'tar -c ... | tar -x ...'. I don't
10 really know if it's better or not than using 'cp'. I just do it out of
11 habit.
12
13
14 --
15 Albert W. Hopkins
16
17 --
18 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Moving linux system to another partition Mauro Faccenda <faccenda@×××.net>