Re: FreeBSD Installation kopieren

From: Patric Mrawek <mrawek(at)punkt.de>
Date: Wed, 5 Jun 2002 13:09:33 +0200

* Oliver Fromme <olli(at)secnetix.de> [020605 12:39]:

> Um über's Netz eine genau Kopie eines Filesystems zu ma-
> chen, gibt es mehrere Möglichkeiten (jede davon hat ihre
> Vor- und Nachteile):
>
> - Mounte das eine FS auf dem anderen Rechner per NFS und
> benutze dann dort cpdup.
>
> - cpio -o | ssh anderer-rechner | cpio -o

# find -x -d . | cpio -o -Hnewc | ssh user(at)host "cd /dir; cpio -idumv"

Patric

-- 
The problem with troubleshooting is that trouble shoots back.
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 05 Jun 2002 - 13:10:07 CEST

search this site