![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| top's exit code indicates error--is this a bug? | fabulous2 | Shell Programming and Scripting | 8 | 08-12-2008 12:27 PM |
| awk Shell Script error : "Syntax Error : `Split' unexpected | Herry | UNIX for Dummies Questions & Answers | 2 | 03-17-2008 11:16 AM |
| SAM Error non-zero exit status | real-chess | UNIX for Advanced & Expert Users | 0 | 08-15-2006 08:56 AM |
| exit on error - is it possible? | ahmedwaseem2000 | Shell Programming and Scripting | 8 | 01-05-2006 09:22 AM |
| Error: Internal system error: Unable to initialize standard output file | firkus | UNIX for Dummies Questions & Answers | 2 | 10-25-2005 03:23 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
tar error exit delayed form pervious error
Hi
when use "tar cpvzf /dev/st0 --exclude=/proc --exclude-/lost+found --exclude=/mnt --exclude=/media --exclude=/sys /" to tape, get the following message "tar: error exit delayed form pervious error", What is the mean ? Please suggest some solution for these errors. thx |
|
||||
|
If you capture all of the output of the tar command, you will see that there are some errors or warnings at some point during the process.
That message is just there to tell you that you might have missed some errors, because frequently tar generates a lot of output to the screen and you can easily miss them. Consider redirecting stderr to a separate log file perhaps if you want to capture them (tar cpzf .... 2> /tmp/tar_errors). |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|