A nicer way to do this would be to use cp -a /home/* <destination>. This not only copies recursively but retains date and time information along with owners and permissions. You might also consider creating a tar file of /home which would put all your data into a single file (very nice).
Bill
Last edited by wmakowski; 12-04-2004 at 08:22 AM.
|