From: Alexander Skwar <listen@alexander.skwar.name>
To: gentoo-user-de@lists.gentoo.org
Subject: Re: [gentoo-user-de] Befehl für das kopieren eines kompletten roots?
Date: Mon, 26 Sep 2005 14:55:58 +0200 [thread overview]
Message-ID: <4337EFDE.5000704@mid.email-server.info> (raw)
In-Reply-To: <200509260958.22007.linux@solnet.ch>
Cyrill Helg schrieb:
> Hallo
>
> Ich frage mich ob der folgende Befehl ok ist für das Kopieren eines Systems
> auf eine andere Platte:
>
> cp -R --preserver=all /* /mnt/newroot
Nein. Nicht okay. Damit kopierst Du keine "versteckten Dateien"
im /. Wenn Du allerdings den überflüssigen * weglässt, dann
klappt's.
Alternativ kannst Du auch cpio verwenden:
cd / ; find . -print0 | cpio -p0admuvV /ziel/verzeichnis
Alexander Skwar
--
gentoo-user-de@gentoo.org mailing list
next prev parent reply other threads:[~2005-09-26 12:54 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-09-26 7:58 [gentoo-user-de] Befehl für das kopieren eines kompletten roots? Cyrill Helg
2005-09-26 8:08 ` Christoph Dahlen
2005-09-26 8:14 ` Cyrill Helg
2005-09-26 8:23 ` Christoph Dahlen
2005-09-26 8:29 ` Cyrill Helg
2005-09-26 8:08 ` Christoph Dahlen
2005-09-26 8:30 ` Sebastian Damm
2005-09-26 8:34 ` Cyrill Helg
2005-09-26 9:05 ` Cyrill Helg
2005-09-26 10:50 ` Maik Holtkamp
2005-09-26 11:25 ` [gentoo-user-de] internationale man-pages (was: Befehl für das kopieren eines kompletten roots?) Sebastian Damm
2005-09-26 9:11 ` [gentoo-user-de] Befehl für das kopieren eines kompletten roots? Dirk Heinrichs
2005-09-26 9:33 ` Cyrill Helg
2005-09-26 10:57 ` Sebastian Damm
2005-09-26 12:55 ` Alexander Skwar [this message]
2005-09-26 15:15 ` Sebastian Damm
2005-09-26 15:22 ` Cyrill Helg
2005-09-26 15:37 ` Benedict Juretko
2005-09-26 16:26 ` Alexander Skwar
2005-09-26 16:29 ` Cyrill Helg
2005-09-27 5:52 ` Dirk Heinrichs
2005-09-27 6:24 ` Dirk Heinrichs
2005-09-27 8:16 ` Alexander Skwar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4337EFDE.5000704@mid.email-server.info \
--to=listen@alexander.skwar.name \
--cc=gentoo-user-de@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox