Christopher Faylor wrote on 25.01.2004 18:05:
If I were you, I would be comparing the difference between the working
and non-working cases, like is the file size different?
Thank you very much for a good question, it really helps to resolve my
issue. The problem seems to be in -> (0A -> 0D 0A
After installing cygwin-1.5.6-1 files created with
tar -c | bzip2 > file.tar.bz2
were corrupted (bzip2 reports CRC cheking error when trying to unpack).
With cygwin-1.5.6-1 such command works as expected.
I am very sorry, I made a missprint. Everything worked fine with
previous version cygwin-1.5
Hello!
After installing cygwin-1.5.6-1 files created with
tar -c | bzip2 > file.tar.bz2
were corrupted (bzip2 reports CRC cheking error when trying to unpack).
With cygwin-1.5.6-1 such command works as expected.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
Hello!
I am making incremental backup of my data using script, containing
following line:
tar -g $ARCHNAME.list -X $ARCHNAME.exclude --recursive -c $DIRECTORY |
bzip2 -9 > $BACKUPDIR/$ARCHNAME-$BACKUPTIME.tar.bz2
to archieve my data. This expected to create incremental archieves, and
it works
4 matches
Mail list logo