Having trouble using bzip on an sql backup. I do this via the shell...
This seems to work and create a valid bzip compressed file. Now when i download it via FTP and try to decompress it with 7z or even Winzip it always reports that the archive is broken.
I'm sure someone will point out my obvious mistake.
Code:
bzip2 --compress --best --verbose wakka_backup.sql bzip2 --test --verbose wakka_backup.sql.bz2
I'm sure someone will point out my obvious mistake.
Comment