Help with bzip2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tspilman
    Junior Member
    • May 2004
    • 21

    #1

    Help with bzip2

    Having trouble using bzip on an sql backup. I do this via the shell...

    Code:
    bzip2 --compress --best --verbose wakka_backup.sql
    bzip2 --test --verbose wakka_backup.sql.bz2
    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.
  • tspilman
    Junior Member
    • May 2004
    • 21

    #2
    Ok i found my problem... it seems it was an FTP issue. Duh.

    Comment

    Working...