[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Newbie question
- To: misc_(_at_)_openbsd_(_dot_)_org
- Subject: Re: Newbie question
- From: Myk Taylor <myk_(_at_)_ucla_(_dot_)_edu>
- Date: Tue, 15 Feb 2005 23:10:16 -0800
Hey Bill,
If the other machine will be active, probably the easiest way to
transfer all your files is to dump/restore over nc or ssh
something in the area of:
for filesystem in / /var /usr /home; do \
(dump -0f- $filesystem | gzip | \
ssh -c blowfish <user>@<remoteHost> \
"cd $filesystem && gunzip | restore -rf-"); done
Bill Strosberg wrote:
Would a dd if=/dev/wd0 | nc 'destination.ip.address' type thing
work? I just don't know enough about low level utilities in OpenBSD.
Visit your host, monkey.org