Esto me genera un fichero bd_pruebas.bz2 que si ejecuto desde esa misma máquina el comando bunzip2 bd_pruebas.bz2 descomprime el archivo y con el editor "vi" lo puedo abrir.
En cambio cojo este archivo y desde ssh mediante un script me conecto por ftp y hago un "put" del archivo a otro ftp que es un servidor ubuntu 10.04 LTS.
Pues desde esta máquina si hago bunzip2 bd_pruebas.bz2 me da el siguiente error.
Cita:
Se os ocurre que puedo hacer ?user1@servidorPruebas:~/CopSeg/BD$ bunzip2 bd_pruebas.bz2
bunzip2: Data integrity error when decompressing.
Input file = bd_mysql.18-09-12.17:17:46.bz2, output file = bd_mysql.18-09-12.17:17:46
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
bunzip2: Deleting output file bd_mysql.18-09-12.17:17:46, if it exists.
bunzip2: Data integrity error when decompressing.
Input file = bd_mysql.18-09-12.17:17:46.bz2, output file = bd_mysql.18-09-12.17:17:46
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
bunzip2: Deleting output file bd_mysql.18-09-12.17:17:46, if it exists.
Gracias