vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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. |