LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   tar: exit delayed from previous errors (https://www.linuxquestions.org/questions/linux-newbie-8/tar-exit-delayed-from-previous-errors-521941/)

thuggette18 01-23-2007 01:42 AM

tar: exit delayed from previous errors
 
Hi guys,

Can you please tell me what's going on?

I am backing up a server using tar command.
Until I got this error.


tar: Error exit delayed from previous errors

Is my backup successful?

Help!!!

Thanks
:cry:

reeseslover531 01-23-2007 03:28 AM

well I don't think your backup is successful. Is this tar incrementing on top of another tar? if it is it looks like one of your previous tars failed or somehow didn't work correctly.

colucix 01-23-2007 04:41 AM

It probably refers to a child process of tar (e.g. gzip if you're using -z option), which exits with an exit code not equal 0. I would not trust a backup after this kind of error...!

trsocp 03-09-2007 09:19 AM

Check your file permissions
 
I always get this when I've chmod'ed a file such that it cant be read i.e. chmod 000 file_name... Simply make it readable and the tar error goes away.

thuggette18 03-12-2007 05:23 AM

whoah..
thank you all for replying:newbie:

trsocp, i will be applying your solution the next time I backup.
i'll let you know if it'll work.

thanks again..:D

thuggette18 03-12-2007 06:16 AM

whoah..
thank you all for replying:newbie:

trsocp, i will be applying your solution the next time I backup.
i'll let you know if it'll work.

thanks again..:D


All times are GMT -5. The time now is 02:43 PM.