> > is there anything specific I should look at for switches or > > just dump /dev/ad2s1 | restore? > > Use: dump 0af - | restore -rf -
It would be advisable to read the dump and restore manpages first. In 6.1, and I suspect still in 6.2, "restore -r" should be used only when restoring onto an empty filesystem or loading an incremental on top of such a full restore. If the destination (current directory) is not the root of an empty filesystem, you want "restore -x" or "restore -i" instead. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
