[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Newbie question



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