On Fri, 2 Nov 2007 20:04:50 +0000, hantslug@??? said:
> cp -Rpu /home/. /backup
>
> I got a lot of overflow errors. (Sorry, I tried, but did not succeed
> capturing them. :-( )
Lisi, try:
cp -Rpu /home/. /backup > /tmp/errors.txt 2>&1
That should capture any error to a file, which you could then post (part
of) here.
Keith
--
Keith Edmunds
---------------------------------------------------------------
Tiger Computing is looking for a Linux Support Consultant - see
http://www.tiger-computing.co.uk/page?27
---------------------------------------------------------------