Re: backup script fatal error

Posted by ErmanArslansOracleBlog on
URL: http://erman-arslan-s-oracle-forum.114.s1.nabble.com/backup-script-fatal-error-tp158p159.html

Hi Cihan,

This error is normal, as logs into the log files are written by the applications or process when they are online.
In this case, what happens is;
when you arcive the server.log using tar , some process seems write into the server.log file..
log files are not so important.
You can simple ignore those by specifying "--ignore-failed-read" option in your tar command.
This will make tar command to ignore and continue the files which are changed while your tar command is reading it.