bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-tar] help me on error of tar command


From: xserver80
Subject: [Bug-tar] help me on error of tar command
Date: Fri, 29 May 2009 17:59:28 +0200

Hello,

I'm a problem with tar.

This is my script

       echo " BACKUP di tipo TOTALE, con verifica dei dati scritti ..."
       echo " "

       # opzioni
       # c : crea volume
       # v : modalità verbose
       # p : preserva i permessi
       # P : utilizza il path assoluto ! non elimina lo '/' iniziale
       #     importante per poter fare la verifica !
       # W : verifica i dati
       # f : indica il file o il dispositivo
       # V : creo un archivio con un nome !

       tar cvpPWf $DEST_DIR $SORG_DIR -V ${PREFIX}_totale-$DATA.tar


tar exit with exit status 1, verify fails :

tar: ERRORE DI VERIFICA: trovate 292 intestazioni non valide
tar: Uscita per errore ritardata dall'errore precedente

in english:
VERIFY FAILURE: 292 invalid header detected

In the log file there aren't reasons for this problem.

tar --version
tar (GNU tar) 1.16
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software.  You may redistribute copies of it under the terms of
the GNU General Public License <http://www.gnu.org/licenses/gpl.html>.
There is NO WARRANTY, to the extent permitted by law.

Written by John Gilmore and Jay Fenlason.


Antonio




reply via email to

[Prev in Thread] Current Thread [Next in Thread]