On Wed, Sep 20, 2000 at 06:14:01PM +0200, Peter Ross wrote:
> Hi,
>
> eine Frage:
>
> Wenn ich einen Verzeichnisbaum kopiere (zum Beispiel mit tar oder cp -r), werden
> aus Hardlinks spaeter zwei Dateien mit unterschiedlichen Inodes. Das ist nicht
> platzsparend und auch noch aergerlich, wenn ich z.B. in einer aendere, habe ich
> "im Original" die andere mitgeaendert, was nun schiefgeht.
>
> Gibt es ein Tool, mit dem ich das verhindern kann?
bash-2.03# touch a
bash-2.03# ln a b
bash-2.03# find a b | cpio -pdvm --sparse y
y/a
cpio: y/a linked to y/b
y/b
0 blocks
bash-2.03# ls -i a b y
7 a 7 b
y:
13953 a 13953 b
-- B.Walter COSMO-Project http://www.cosmo-project.de ticso(at)cicely.de Usergroup info(at)cosmo-project.de To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Thu 21 Sep 2000 - 18:10:43 CEST