tar'ing up

Hi

I'm trying to tar up /usr/local/apache/

/usr/local/apache is 1121 MB

I ran: tar -czvf /home/apache.tar.gz /usr/local/apache
and it SEEMS to of finished, but... it stopped with
apache/test/
tar: Error exit delayed from previous errors

How can i find out if it did indeed tar up everything? Or did it stop? /home/apache is 685MB

If tar'ing it up is a bad method of putting it all into one big file, what other methods could i use in this situation? Can anyone help?

 

 

 

 

Top