Joe Auty <[EMAIL PROTECTED]> writes:

> Hello,
> 
> Following the instructions here: http://www.unixcities.com/howto/
> index.html  I did a:
> 
Those directions are a little outdated, but the problem is really just
that you didn't follow the directions closely enough:

> dump -0f - /usr | restore -rf - /backup/usr

should have been more like

dump -0f - /usr | (cd /backup/usr;restore -xf - )
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to